From: Tim Starling Date: Thu, 27 Apr 2006 15:46:33 +0000 (+0000) Subject: Revert, breaks some unknown aspect of template-table interaction X-Git-Tag: 1.31.0-rc.0~57357 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=45197b712c0cbbe91ff37cd54e5f31cb747059bc;p=lhc%2Fweb%2Fwiklou.git Revert, breaks some unknown aspect of template-table interaction --- diff --git a/includes/Parser.php b/includes/Parser.php index 17f70949c7..7a954ec35b 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2672,8 +2672,8 @@ class Parser $found = true; // The text is usually already parsed, doesn't need triple-brace tags expanded, etc. - $noargs = true; - $noparse = true; + //$noargs = true; + //$noparse = true; if ( is_array( $result ) ) { $text = $linestart . $result[0];