Large commit. Removed 800+ references to no-op wfLoadExtensionMessages()

This commit is contained in:
Chad Horohoe 2010-05-26 22:25:32 +00:00
parent 5a1153ed44
commit b57547e670

View file

@ -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;