r113395 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113394‎ | r113395 | r113396 >
Date:20:07, 8 March 2012
Author:maxsem
Status:reverted
Tags:gerritmigration 
Comment:
Follow-up r113372: missed one use
Modified paths:
  • /trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php
@@ -230,7 +230,7 @@
231231 (?:\|($pipeContents))?
232232 (?:\|$pipeContents)*
233233 \]\]
234 - #six", array( $this, '_stripLink' ), $text );
 234+ #six", array( $this, 'stripLink' ), $text );
235235
236236 $text = preg_replace( '#\\[(?:$protocols).*? (.*?)\\]#s', '$1', $text ); // URL links
237237 $text = preg_replace( '#</?[a-z0-9]+.*?>#s', '', $text ); // HTML-style tags

Follow-up revisions

RevisionCommit summaryAuthorDate
r114401Revert r113365, r113372, r113395, r113474, r113475: unreviewed revisions in O...catrope20:27, 21 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113372Remove weird underscore prefixes from function namesmaxsem18:14, 8 March 2012

Status & tagging log