From 973cd23d706c50a48384165bb4f81c9f7eb64a33 Mon Sep 17 00:00:00 2001 From: Tim Laqua Date: Mon, 3 Sep 2007 18:13:19 +0000 Subject: [PATCH] Changed from wfMsg('newsectionsummary') to wfMsgForContent('newsectionsummary'). --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 724b4ca0f6..cceb053db8 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -844,7 +844,7 @@ class EditPage { $sectionanchor = $this->sectionAnchor( $this->summary ); # This is a new section, so create a link to the new section # in the revision summary. - $this->summary = wfMsg('newsectionsummary') . + $this->summary = wfMsgForContent('newsectionsummary') . " [[{$this->mTitle->getPrefixedText()}#{$this->summary}|{$this->summary}]]"; } } elseif( $this->section != '' ) { -- 2.20.1