mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
Large commit. Removed 800+ references to no-op wfLoadExtensionMessages()
This commit is contained in:
parent
5a1153ed44
commit
b57547e670
|
@ -304,7 +304,6 @@ class SyntaxHighlight_GeSHi {
|
|||
*/
|
||||
private static function initialise() {
|
||||
if( !self::$initialised ) {
|
||||
wfLoadExtensionMessages( 'SyntaxHighlight_GeSHi' );
|
||||
if( !class_exists( 'GeSHi' ) )
|
||||
require( 'geshi/geshi.php' );
|
||||
self::$initialised = true;
|
||||
|
|
Loading…
Reference in a new issue