Revert, breaks some unknown aspect of template-table interaction
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 27 Apr 2006 15:46:33 +0000 (15:46 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 27 Apr 2006 15:46:33 +0000 (15:46 +0000)
includes/Parser.php

index 17f7094..7a954ec 100644 (file)
@@ -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];