Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -844,7 +844,6 @@ |
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 | | - //$parsedSummary = $this->pseudoParseSectionAnchor( $this->summary ); |
849 | 848 | $cleanSummary = $this->pseudoParseSectionAnchor( $this->summary ); |
850 | 849 | $sectionanchor = $this->sectionAnchor( $cleanSummary ); |
851 | 850 | $this->summary = wfMsgForContent('newsectionsummary') . |