Followup mistake in I82711cee
authorDaniel Friesen <daniel@nadir-seen-fire.com>
Sat, 8 Jun 2013 11:02:49 +0000 (04:02 -0700)
committerDaniel Friesen <daniel@nadir-seen-fire.com>
Sat, 8 Jun 2013 11:02:49 +0000 (04:02 -0700)
Can't believe the fact the @deprecated has the wrong version number
made it through our review process.

Change-Id: If9beea75bb909484b242c1c4cb787fef8f6501d3

includes/OutputPage.php

index 0849afd..1d79e83 100644 (file)
@@ -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' );