From: Tim Starling Date: Sun, 30 May 2004 02:34:44 +0000 (+0000) Subject: Removed PST
conversion, unnecessary, was annoying people X-Git-Tag: 1.5.0alpha1~3144 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=c479abef0c0730cf07094c72965dd2706925aa31;p=lhc%2Fweb%2Fwiklou.git Removed PST
conversion, unnecessary, was annoying people --- 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 );