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