https://bugzilla.wikimedia.org/show_bug.cgi?id=35382
--- Comment #6 from Subfader <[email protected]> 2012-03-30 14:04:50 UTC --- 1.18.0 here and r99062 didn't fix it. In LocalSettings.php: $wgHooks['ParserFirstCallInit'][] = 'efMoreMarkup'; function efMoreMarkup( &$parser ) { $parser->setHook( 'gruen', 'efGruenHook' ); return true; } function efGreyHook( $input , $args , $parser ) { $input = $parser-> recursiveTagParse( $input ); return '<span class="grey">' . $input . '</span>'; } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
