r108460 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108459‎ | r108460 | r108461 >
Date:19:11, 9 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Missing @since tags have a yet another victim
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -516,6 +516,7 @@
517517 * @param $text String: text to be expanded
518518 * @param $frame PPFrame: The frame to use for expanding any template variables
519519 * @return String
 520+ * @since 1.19
520521 */
521522 public function recursivePreprocess( $text, $frame = false ) {
522523 wfProfileIn( __METHOD__ );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94480Added Parser::recursivePreprocess(); like preprocess() but doesn't call start...ialex20:22, 14 August 2011

Status & tagging log