From eb766bf0380e2e92407ea1c70a53483203e10019 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 20 Aug 2005 15:46:44 +0000 Subject: [PATCH] removed unused function --- includes/Parser.php | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.20.1