r12524 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12523‎ | r12524 | r12525 >
Date:16:57, 8 January 2006
Author:avar
Status:old
Tags:
Comment:
* Return true from the hook function so it won't stop other hooks from being
run that might be added later
Modified paths:
  • /trunk/phase3/maintenance/parserTestsParserHook.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTestsParserHook.php
@@ -17,6 +17,8 @@
1818
1919 function wfParserTestSetup( &$parser ) {
2020 $parser->setHook( 'tag', 'wfParserTestHook' );
 21+
 22+ return true;
2123 }
2224
2325 function wfParserTestHook( $in, $argv ) {

Status & tagging log