https://bugzilla.wikimedia.org/show_bug.cgi?id=21844





--- Comment #6 from P.Copp <paul.copper...@googlemail.com>  2010-01-07 19:12:46 
UTC ---
I don't know if he is still around, but I was able to reproduce it with
something like:

$wgHooks['ParserFirstCallInit'][] = 'efBug21844_setHook';
$wgHooks['LanguageGetMagic'][] = 'efBug21844_setMagic';
function efBug21844_setHook( $parser ) { $parser->setFunctionHook( 'bug21844',
'efBug21844' ); return true; }
function efBug21844_setMagic( $magicWords ) { $magicWords['bug21844'] = array(
1, 'bug21844' ); return true; }  
function efBug21844() {
        return array( "== Foo ==\n...", 'noparse' => false );
}

and {{#bug21844:}} on any page.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to