Daniel Friesen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67600


Change subject: Followup mistake in I82711cee
......................................................................

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
---
M includes/OutputPage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/00/67600/1

diff --git a/includes/OutputPage.php b/includes/OutputPage.php
index 0849afd..1d79e83 100644
--- a/includes/OutputPage.php
+++ b/includes/OutputPage.php
@@ -2102,7 +2102,7 @@
         * 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' );

-- 
To view, visit https://gerrit.wikimedia.org/r/67600
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9beea75bb909484b242c1c4cb787fef8f6501d3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Daniel Friesen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to