r99254 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99253‎ | r99254 | r99255 >
Date:21:05, 7 October 2011
Author:platonides
Status:ok (Comments)
Tags:
Comment:
We don't need anything from the marker. The title is outside.
Modified paths:
  • /trunk/phase3/includes/parser/ParserOutput.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/ParserOutput.php
@@ -159,7 +159,7 @@
160160 return preg_replace_callback( ParserOutput::EDITSECTION_REGEX,
161161 array( &$this, 'replaceEditSectionLinksCallback' ), $this->mText );
162162 } else {
163 - return preg_replace( ParserOutput::EDITSECTION_REGEX, '\3', $this->mText );
 163+ return preg_replace( ParserOutput::EDITSECTION_REGEX, '', $this->mText );
164164 }
165165 return $this->mText;
166166 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r99265MFT r99250,r99252,r99254:...aaron21:34, 7 October 2011
r100379REL1_18 MFT r99135, r99136, r99138, r99154, r99172, r99250, r99252, r99254, r...reedy21:22, 20 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99250Bug 31445: "Section edit links do not show"...platonides20:50, 7 October 2011
r99252Forgot to commit this file in r99250.platonides21:00, 7 October 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   21:18, 7 October 2011

Ok this seems to resolve the breakages from r99250 & r99252. Yay!

Status & tagging log