r63348 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63347‎ | r63348 | r63349 >
Date:22:42, 6 March 2010
Author:demon
Status:ok
Tags:
Comment:
Remove wfGetHTTP(), has been deprecated for ages and has no callers. Also stop loading XmlFunctions by default.
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -9,7 +9,6 @@
1010 */
1111
1212 require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php';
13 -require_once dirname(__FILE__) . '/XmlFunctions.php';
1413
1514 // Hide compatibility functions from Doxygen
1615 /// @cond
@@ -2810,15 +2809,6 @@
28112810
28122811 /**
28132812 * 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
28232813 * @deprecated Use Http::isLocalURL() instead
28242814 */
28252815 function wfIsLocalURL( $url ) {

Status & tagging log