Index: trunk/extensions/examples/HelloWorld/SpecialHelloWorld.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | global $wgOut; |
28 | 28 | |
29 | 29 | // Output the title of the page |
30 | | - $wgOut->setPageTitle( wfMsg( 'helloworld' ) ); |
| 30 | + $wgOut->setPageTitle( wfMessage( 'helloworld' ) ); |
31 | 31 | // Output a hello world message as the content of the page |
32 | 32 | $wgOut->addWikiMsg( 'helloworld-hello' ); |
33 | 33 | } |