Follow-up r75996: Forgotten to remove an old line
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 4 Nov 2010 11:08:00 +0000 (11:08 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 4 Nov 2010 11:08:00 +0000 (11:08 +0000)
includes/specials/SpecialSearch.php

index e681984..1c1e164 100644 (file)
@@ -302,7 +302,6 @@ class SpecialSearch {
                        $textMatches->free();
                }
                if( $num === 0 ) {
-                       #$wgOut->addWikiMsg( 'search-nonefound', wfEscapeWikiText( $term ) );
                        $wgOut->wrapWikiMsg( "<p class=\"mw-search-nonefound\">\n$1</p>", array( 'search-nonefound', wfEscapeWikiText( $term ) ) );
                        $this->showCreateLink( $t );
                }