mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Spelling mistake, a hundred lines for the offending developer:
"I must learn to spell 'highlighter'"
This commit is contained in:
parent
8014cfda87
commit
1489ee5a8d
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue