Spelling mistake, a hundred lines for the offending developer:

"I must learn to spell 'highlighter'"
This commit is contained in:
Rob Church 2007-06-05 18:30:24 +00:00
parent 8014cfda87
commit 1489ee5a8d

View file

@ -45,7 +45,7 @@ $wgExtensionFunctions[] = 'syntaxHighlightSetup';
$wgExtensionCredits['parserhook']['SyntaxHighlight_GeSHi'] = array(
'name' => 'SyntaxHighlight',
'author' => 'Brion Vibber',
'description' => 'Provides syntax highlighting using [http://qbnz.com/highlighter/ GeSHi Higlighter]',
'description' => 'Provides syntax highlighting using [http://qbnz.com/highlighter/ GeSHi Highlighter]',
'url' => 'http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi',
);
$wgHooks['LoadAllMessages'][] = 'syntaxHighlightLoadMessages';