Index: trunk/extensions/ParserFunctions/ParserFunctions_body.php |
— | — | @@ -47,6 +47,9 @@ |
48 | 48 | return preg_replace( $this->getMarkerRegex( $parser ), '' , $text ); |
49 | 49 | } |
50 | 50 | |
| 51 | + /** |
| 52 | + * @return ExprParser |
| 53 | + */ |
51 | 54 | function &getExprParser() { |
52 | 55 | if ( !isset( $this->mExprParser ) ) { |
53 | 56 | if ( !class_exists( 'ExprParser' ) ) { |