https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113395
Revision: 113395
Author: maxsem
Date: 2012-03-08 20:07:12 +0000 (Thu, 08 Mar 2012)
Log Message:
-----------
Follow-up r113372: missed one use
Modified Paths:
--------------
trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php
Modified: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php
===================================================================
--- trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php 2012-03-08 20:06:49 UTC
(rev 113394)
+++ trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php 2012-03-08 20:07:12 UTC
(rev 113395)
@@ -230,7 +230,7 @@
(?:\|($pipeContents))?
(?:\|$pipeContents)*
\]\]
- #six", array( $this, '_stripLink' ), $text );
+ #six", array( $this, 'stripLink' ), $text );
$text = preg_replace( '#\\[(?:$protocols).*? (.*?)\\]#s', '$1',
$text ); // URL links
$text = preg_replace( '#</?[a-z0-9]+.*?>#s', '', $text ); //
HTML-style tags
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs