Index: trunk/phase3/includes/parser/ParserOutput.php |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | return preg_replace_callback( ParserOutput::EDITSECTION_REGEX, |
161 | 161 | array( &$this, 'replaceEditSectionLinksCallback' ), $this->mText ); |
162 | 162 | } else { |
163 | | - return preg_replace( ParserOutput::EDITSECTION_REGEX, '\3', $this->mText ); |
| 163 | + return preg_replace( ParserOutput::EDITSECTION_REGEX, '', $this->mText ); |
164 | 164 | } |
165 | 165 | return $this->mText; |
166 | 166 | } |