Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -9,7 +9,6 @@ |
10 | 10 | */ |
11 | 11 | |
12 | 12 | require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php'; |
13 | | -require_once dirname(__FILE__) . '/XmlFunctions.php'; |
14 | 13 | |
15 | 14 | // Hide compatibility functions from Doxygen |
16 | 15 | /// @cond |
— | — | @@ -2810,15 +2809,6 @@ |
2811 | 2810 | |
2812 | 2811 | /** |
2813 | 2812 | * Alias for modularized function |
2814 | | - * @deprecated Use Http::get() instead |
2815 | | - */ |
2816 | | -function wfGetHTTP( $url ) { |
2817 | | - wfDeprecated(__FUNCTION__); |
2818 | | - return Http::get( $url ); |
2819 | | -} |
2820 | | - |
2821 | | -/** |
2822 | | - * Alias for modularized function |
2823 | 2813 | * @deprecated Use Http::isLocalURL() instead |
2824 | 2814 | */ |
2825 | 2815 | function wfIsLocalURL( $url ) { |