r25450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25449‎ | r25450 | r25451 >
Date:18:13, 3 September 2007
Author:tlaqua
Status:old
Tags:
Comment:
Changed from wfMsg('newsectionsummary') to wfMsgForContent('newsectionsummary').
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -844,7 +844,7 @@
845845 $sectionanchor = $this->sectionAnchor( $this->summary );
846846 # This is a new section, so create a link to the new section
847847 # in the revision summary.
848 - $this->summary = wfMsg('newsectionsummary') .
 848+ $this->summary = wfMsgForContent('newsectionsummary') .
849849 " [[{$this->mTitle->getPrefixedText()}#{$this->summary}|{$this->summary}]]";
850850 }
851851 } elseif( $this->section != '' ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r25454Merged revisions 25415-25453 via svnmerge from...david19:27, 3 September 2007

Status & tagging log