r112364 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112363‎ | r112364 | r112365 >
Date:22:36, 24 February 2012
Author:kaldari
Status:ok
Tags:
Comment:
changing wfMsg to wfMessage
Modified paths:
  • /trunk/extensions/examples/HelloWorld/SpecialHelloWorld.php (modified) (history)

Diff [purge]

Index: trunk/extensions/examples/HelloWorld/SpecialHelloWorld.php
@@ -26,7 +26,7 @@
2727 global $wgOut;
2828
2929 // Output the title of the page
30 - $wgOut->setPageTitle( wfMsg( 'helloworld' ) );
 30+ $wgOut->setPageTitle( wfMessage( 'helloworld' ) );
3131 // Output a hello world message as the content of the page
3232 $wgOut->addWikiMsg( 'helloworld-hello' );
3333 }

Status & tagging log