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 @@
18
18
19
19
function wfParserTestSetup( &$parser ) {
20
20
$parser->setHook( 'tag', 'wfParserTestHook' );
21
+
22
+ return true;
21
23
}
22
24
23
25
function wfParserTestHook( $in, $argv ) {
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r12524
[
removed:
new
added:
old]