Index: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php |
— | — | @@ -230,7 +230,7 @@ |
231 | 231 | (?:\|($pipeContents))? |
232 | 232 | (?:\|$pipeContents)* |
233 | 233 | \]\] |
234 | | - #six", array( $this, '_stripLink' ), $text ); |
| 234 | + #six", array( $this, 'stripLink' ), $text ); |
235 | 235 | |
236 | 236 | $text = preg_replace( '#\\[(?:$protocols).*? (.*?)\\]#s', '$1', $text ); // URL links |
237 | 237 | $text = preg_replace( '#</?[a-z0-9]+.*?>#s', '', $text ); // HTML-style tags |