Page MenuHomePhabricator

Parser.php.patch

Authored By
bzimport
Nov 21 2014, 11:48 PM
Size
412 B
Referenced Files
None
Subscribers
None

Parser.php.patch

Index: Parser.php
===================================================================
--- Parser.php (revision 105028)
+++ Parser.php (working copy)
@@ -2801,6 +2801,7 @@
* @return PPNode
*/
function preprocessToDom( $text, $flags = 0 ) {
+ wfRunHooks( 'ParserBeforePreprocess', array( $this, &$text, $flags ) );
$dom = $this->getPreprocessor()->preprocessToObj( $text, $flags );
return $dom;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7538
Default Alt Text
Parser.php.patch (412 B)

Event Timeline