Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -2605,7 +2605,7 @@ |
2606 | 2606 | |
2607 | 2607 | /** |
2608 | 2608 | * Preprocess some wikitext and return the document tree. |
2609 | | - * This is the ghost of replaceVariables(). |
| 2609 | + * This is the ghost of replace_variables(). |
2610 | 2610 | * |
2611 | 2611 | * @param string $text The text to parse |
2612 | 2612 | * @param integer flags Bitwise combination of: |
— | — | @@ -2625,7 +2625,7 @@ |
2626 | 2626 | * |
2627 | 2627 | * @private |
2628 | 2628 | */ |
2629 | | - function preprocessToDom( $text, $flags = 0 ) { |
| 2629 | + function preprocessToDom ( $text, $flags = 0 ) { |
2630 | 2630 | $dom = $this->getPreprocessor()->preprocessToObj( $text, $flags ); |
2631 | 2631 | return $dom; |
2632 | 2632 | } |