r87573 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87572‎ | r87573 | r87574 >
Date:20:46, 6 May 2011
Author:reedy
Status:ok
Tags:
Comment:
More __ for r87572
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -3289,7 +3289,7 @@
32903290 * @deprecated Warnings in 1.19, removal in 1.20
32913291 */
32923292 function wfOut( $s ) {
3293 - wfDeprecated( __METHOD );
 3293+ wfDeprecated( __METHOD__ );
32943294 global $wgCommandLineMode;
32953295 if ( $wgCommandLineMode && !defined( 'MEDIAWIKI_INSTALL' ) ) {
32963296 echo $s;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87572Add wfDeprecated( __METHOD ); to one method marked for 1.19reedy20:43, 6 May 2011

Status & tagging log