r36428 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36427‎ | r36428 | r36429 >
Date:17:16, 18 June 2008
Author:yaron
Status:old
Tags:
Comment:
Undoing changes
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php
@@ -172,7 +172,7 @@
173173 $results[] = str_replace($var, $cur_value, $new_value);
174174 }
175175 }
176 - return array(implode($new_delimiter, $results), 'noparse' => 'false', 'isHTML' => 'false');
 176+ return implode($new_delimiter, $results);
177177 }
178178
179179 /**
@@ -190,5 +190,5 @@
191191 $results[] = '{{'.$template.'|'.$cur_value.'}}';
192192 }
193193 }
194 - return array(implode($new_delimiter, $results), 'noparse' => 'false', 'isHTML' => 'false');
 194+ return implode($new_delimiter, $results);
195195 }

Status & tagging log