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 @@
271
271
return;
272
272
}
273
273
}
274
-
275
- $wgOut->addWikiText( wfMsg( 'noexactmatch', wfEscapeWikiText( $term ) ) );
274
+
275
+ $wgOut->addWikiText( wfMsg( 'searchmenu-new', wfEscapeWikiText( $term ) ) );
276
276
}
277
277
278
278
/**
Status & tagging log
10:17, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r73331
[
removed:
new
added:
deferred]