Rm back-compat (was moved to the class in r36353) wfLoadAllExtensions(). Not used...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 7 Nov 2010 00:32:35 +0000 (00:32 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 7 Nov 2010 00:32:35 +0000 (00:32 +0000)
includes/AutoLoader.php

index 1bdf6aa..ac49392 100644 (file)
@@ -802,10 +802,6 @@ class AutoLoader {
        }
 }
 
-function wfLoadAllExtensions() {
-       AutoLoader::loadAllExtensions();
-}
-
 if ( function_exists( 'spl_autoload_register' ) ) {
        spl_autoload_register( array( 'AutoLoader', 'autoload' ) );
 } else {