From: Chad Horohoe Date: Sun, 7 Nov 2010 00:32:35 +0000 (+0000) Subject: Rm back-compat (was moved to the class in r36353) wfLoadAllExtensions(). Not used... X-Git-Tag: 1.31.0-rc.0~34029 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=9b5e160b090daa86d3acefffa9b190bda8ca9c2d;p=lhc%2Fweb%2Fwiklou.git Rm back-compat (was moved to the class in r36353) wfLoadAllExtensions(). Not used anywhere in core since message cache rewrite in 1.16. Can't find any uses in extensions in recent history. --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 1bdf6aa325..ac49392665 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -802,10 +802,6 @@ class AutoLoader { } } -function wfLoadAllExtensions() { - AutoLoader::loadAllExtensions(); -} - if ( function_exists( 'spl_autoload_register' ) ) { spl_autoload_register( array( 'AutoLoader', 'autoload' ) ); } else {