From 45197b712c0cbbe91ff37cd54e5f31cb747059bc Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Thu, 27 Apr 2006 15:46:33 +0000 Subject: [PATCH] Revert, breaks some unknown aspect of template-table interaction --- includes/Parser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; -- 2.20.1