r12144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12143‎ | r12144 | r12145 >
Date:01:02, 19 December 2005
Author:avar
Status:old
Tags:
Comment:
* (bug 1436) Accessors required for RawPage.php
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -3625,6 +3625,10 @@
36263626 $text = $this->unstripNoWiki( $text, $this->mStripState );
36273627 return $text;
36283628 }
 3629+
 3630+ function Title( $x = NULL ) { return wfSetVar( $this->mTitle, $x ); }
 3631+ function Options( $x = NULL ) { return wfSetVar( $this->mOptions, $x ); }
 3632+ function OutputType( $x = NULL ) { return wfSetVar( $this->mOutputType, $x ); }
36293633 }
36303634
36313635 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r12145* (bug 1436) &templates=expand now expands templatesavar01:04, 19 December 2005

Status & tagging log