http://www.mediawiki.org/wiki/Special:Code/MediaWiki/69112

Revision: 69112
Author:   demon
Date:     2010-07-06 20:56:37 +0000 (Tue, 06 Jul 2010)

Log Message:
-----------
Remove a few functions that have been labelled deprecated forever and have no 
callers anywhere

Modified Paths:
--------------
    trunk/phase3/includes/GlobalFunctions.php

Modified: trunk/phase3/includes/GlobalFunctions.php
===================================================================
--- trunk/phase3/includes/GlobalFunctions.php   2010-07-06 20:44:48 UTC (rev 
69111)
+++ trunk/phase3/includes/GlobalFunctions.php   2010-07-06 20:56:37 UTC (rev 
69112)
@@ -2457,13 +2457,6 @@
 }
 
 /**
- * @deprecated use StringUtils::escapeRegexReplacement
- */
-function wfRegexReplacement( $string ) {
-       return StringUtils::escapeRegexReplacement( $string );
-}
-
-/**
  * Return the final portion of a pathname.
  * Reimplemented because PHP5's basename() is buggy with multibyte text.
  * http://bugs.php.net/bug.php?id=33898
@@ -2675,13 +2668,6 @@
 }
 
 /**
- * @deprecated use StringUtils::explodeMarkup
- */
-function wfExplodeMarkup( $separator, $text ) {
-       return StringUtils::explodeMarkup( $separator, $text );
-}
-
-/**
  * Convert an arbitrarily-long digit string from one numeric base
  * to another, optionally zero-padding to a minimum column width.
  *
@@ -2795,15 +2781,6 @@
        }
 }
 
-/**
- * Alias for modularized function
- * @deprecated Use Http::isLocalURL() instead
- */
-function wfIsLocalURL( $url ) {
-       wfDeprecated(__FUNCTION__);
-       return Http::isLocalURL( $url );
-}
-
 function wfHttpOnlySafe() {
        global $wgHttpOnlyBlacklist;
        if( !version_compare("5.2", PHP_VERSION, "<") )



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to