r74775 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74774‎ | r74775 | r74776 >
Date:14:38, 14 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r74772
Modified paths:
  • /trunk/extensions/Validator/includes/ParserHook.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/includes/ParserHook.php
@@ -224,10 +224,7 @@
225225 * @return array
226226 */
227227 protected function getFunctionOptions() {
228 - return array(
229 - 'noparse' => true,
230 - 'isHTML' => true
231 - );
 228+ return array();
232229 }
233230
234231 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r74776Follow up to r74775jeroendedauw14:38, 14 October 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74772Added method to allow overriding the default parser function optionsjeroendedauw14:20, 14 October 2010

Status & tagging log