From 87054e03eb14e189c3fb497c397c1170c20df579 Mon Sep 17 00:00:00 2001 From: Tim Laqua Date: Thu, 6 Sep 2007 04:16:07 +0000 Subject: [PATCH] (m) Removing debug comment. --- includes/EditPage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 3a875450a5..6f20746e2f 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -844,7 +844,6 @@ class EditPage { $sectionanchor = $this->sectionAnchor( $this->summary ); # This is a new section, so create a link to the new section # in the revision summary. - //$parsedSummary = $this->pseudoParseSectionAnchor( $this->summary ); $cleanSummary = $this->pseudoParseSectionAnchor( $this->summary ); $sectionanchor = $this->sectionAnchor( $cleanSummary ); $this->summary = wfMsgForContent('newsectionsummary') . -- 2.20.1