Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -302,7 +302,6 @@ |
303 | 303 | $textMatches->free(); |
304 | 304 | } |
305 | 305 | if( $num === 0 ) { |
306 | | - #$wgOut->addWikiMsg( 'search-nonefound', wfEscapeWikiText( $term ) ); |
307 | 306 | $wgOut->wrapWikiMsg( "<p class=\"mw-search-nonefound\">\n$1</p>", array( 'search-nonefound', wfEscapeWikiText( $term ) ) ); |
308 | 307 | $this->showCreateLink( $t ); |
309 | 308 | } |