From 49677c4ca92918965128411d2e7dba56e1774739 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sat, 8 Jun 2013 04:02:49 -0700 Subject: [PATCH] Followup mistake in I82711cee Can't believe the fact the @deprecated has the wrong version number made it through our review process. Change-Id: If9beea75bb909484b242c1c4cb787fef8f6501d3 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 0849afd0d9..1d79e83f6c 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2102,7 +2102,7 @@ class OutputPage extends ContextSource { * Actually output something with print. * * @param string $ins the string to output - * @deprecated since 1.20 Use echo yourself. + * @deprecated since 1.22 Use echo yourself. */ public function out( $ins ) { wfDeprecated( __METHOD__, '1.22' ); -- 2.20.1