r115611 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r115610‎ | r115611 | r115612 >
Date:12:36, 15 July 2012
Author:dasch
Status:deferred
Tags:
Comment:
fix for r115609
Modified paths:
  • /trunk/extensions/FormatNum/FormatNum.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FormatNum/FormatNum.hooks.php
@@ -1,8 +1,8 @@
22 <?php
33 class FormatNumHooks {
4 - function efFormatNumParserFunction_Setup( $parser ) {
 4+ public function efFormatNumParserFunction_Setup( $parser ) {
55 # Set a function hook associating the "example" magic word with our function
6 - $parser->setFunctionHook( 'formatnum', 'efFormatNumParserFunction_Render' );
 6+ $parser->setFunctionHook( 'formatnum', 'FormatNumHooks::efFormatNumParserFunction_Render' );
77 return true;
88 }
99

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r115609FormatNum - moved hooks like wished in r98351dasch11:57, 15 July 2012

Status & tagging log