From 9b5e160b090daa86d3acefffa9b190bda8ca9c2d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 7 Nov 2010 00:32:35 +0000 Subject: [PATCH] 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. --- includes/AutoLoader.php | 4 ---- 1 file changed, 4 deletions(-) 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 { -- 2.20.1