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 @@
225
225
* @return array
226
226
*/
227
227
protected function getFunctionOptions() {
228
- return array(
229
- 'noparse' => true,
230
- 'isHTML' => true
231
- );
228
+ return array();
232
229
}
233
230
234
231
/**
Follow-up revisions
Revision
Commit summary
Author
Date
r74776
Follow up to
r74775
jeroendedauw
14:38, 14 October 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r74772
Added method to allow overriding the default parser function options
jeroendedauw
14:20, 14 October 2010
Status & tagging log
19:42, 23 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r74775
[
removed:
new
added:
deferred]