From: Tim Starling Date: Sat, 20 Aug 2005 15:46:44 +0000 (+0000) Subject: removed unused function X-Git-Tag: 1.6.0~1863 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=eb766bf0380e2e92407ea1c70a53483203e10019;p=lhc%2Fweb%2Fwiklou.git removed unused function --- diff --git a/includes/Parser.php b/includes/Parser.php index 265b479ae8..2aae7e6a08 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1461,14 +1461,6 @@ class Parser return $s; } - /** - * Hardens some text possibly containing URLs against mangling by - * replaceExternalLinks() - */ - function hardenURLs( $text ) { - return str_replace( 'http://', 'http-noparse://', $text ); - } - /** * Make a link placeholder. The text returned can be later resolved to a real link with * replaceLinkHolders(). This is done for two reasons: firstly to avoid further