From: Chad Horohoe Date: Sat, 6 Mar 2010 22:42:20 +0000 (+0000) Subject: Remove wfGetHTTP(), has been deprecated for ages and has no callers. Also stop loadin... X-Git-Tag: 1.31.0-rc.0~37529 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=0434529434484cdc8a2f0cf671b4ffbde8f9137d;p=lhc%2Fweb%2Fwiklou.git Remove wfGetHTTP(), has been deprecated for ages and has no callers. Also stop loading XmlFunctions by default. --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index cd2c00e758..4f16044fd6 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -9,7 +9,6 @@ if ( !defined( 'MEDIAWIKI' ) ) { */ require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php'; -require_once dirname(__FILE__) . '/XmlFunctions.php'; // Hide compatibility functions from Doxygen /// @cond @@ -2808,15 +2807,6 @@ function wfCreateObject( $name, $p ){ } } -/** - * Alias for modularized function - * @deprecated Use Http::get() instead - */ -function wfGetHTTP( $url ) { - wfDeprecated(__FUNCTION__); - return Http::get( $url ); -} - /** * Alias for modularized function * @deprecated Use Http::isLocalURL() instead