(m) Removing debug comment.
authorTim Laqua <tlaqua@users.mediawiki.org>
Thu, 6 Sep 2007 04:16:07 +0000 (04:16 +0000)
committerTim Laqua <tlaqua@users.mediawiki.org>
Thu, 6 Sep 2007 04:16:07 +0000 (04:16 +0000)
includes/EditPage.php

index 3a87545..6f20746 100644 (file)
@@ -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') .