From c479abef0c0730cf07094c72965dd2706925aa31 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 30 May 2004 02:34:44 +0000 Subject: [PATCH] Removed PST
conversion, unnecessary, was annoying people --- includes/Parser.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Parser.php b/includes/Parser.php index 003198ad95..5da9c974a3 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1881,11 +1881,13 @@ class Parser ); $text = str_replace(array_keys($pairs), array_values($pairs), $text); // now with regexes + /* $pairs = array( "//i" => '
', "/
/i" => "
", ); $text = preg_replace(array_keys($pairs), array_values($pairs), $text); + */ $text = $this->strip( $text, $stripState, false ); $text = $this->pstPass2( $text, $user ); $text = $this->unstrip( $text, $stripState ); -- 2.20.1