From: Daniel Friesen Date: Sat, 8 Jun 2013 11:02:49 +0000 (-0700) Subject: Followup mistake in I82711cee X-Git-Tag: 1.31.0-rc.0~19461^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=49677c4ca92918965128411d2e7dba56e1774739;p=lhc%2Fweb%2Fwiklou.git 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 --- 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' );