Add wfDeprecated( __METHOD ); to one method marked for 1.19
authorSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 20:43:32 +0000 (20:43 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 20:43:32 +0000 (20:43 +0000)
includes/GlobalFunctions.php

index 48f879b..f083d8b 100644 (file)
@@ -3289,6 +3289,7 @@ function wfWaitForSlaves( $maxLag = false, $wiki = false ) {
  * @deprecated Warnings in 1.19, removal in 1.20
  */
 function wfOut( $s ) {
+       wfDeprecated( __METHOD );
        global $wgCommandLineMode;
        if ( $wgCommandLineMode && !defined( 'MEDIAWIKI_INSTALL' ) ) {
                echo $s;