r73331 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73330‎ | r73331 | r73332 >
Date:15:33, 19 September 2010
Author:svemir
Status:deferred
Tags:
Comment:
noexactmatch is not there anymore, use searchmenu-new instead
Modified paths:
  • /trunk/extensions/SphinxSearch/SphinxSearch_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SphinxSearch/SphinxSearch_body.php
@@ -270,8 +270,8 @@
271271 return;
272272 }
273273 }
274 -
275 - $wgOut->addWikiText( wfMsg( 'noexactmatch', wfEscapeWikiText( $term ) ) );
 274+
 275+ $wgOut->addWikiText( wfMsg( 'searchmenu-new', wfEscapeWikiText( $term ) ) );
276276 }
277277
278278 /**

Status & tagging log