From 085b208f4c9af53c55a17bcea033e04dbd4afb6d Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 4 Nov 2010 11:08:00 +0000 Subject: [PATCH] Follow-up r75996: Forgotten to remove an old line --- includes/specials/SpecialSearch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index e6819841b1..1c1e1649d6 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -302,7 +302,6 @@ class SpecialSearch { $textMatches->free(); } if( $num === 0 ) { - #$wgOut->addWikiMsg( 'search-nonefound', wfEscapeWikiText( $term ) ); $wgOut->wrapWikiMsg( "

\n$1

", array( 'search-nonefound', wfEscapeWikiText( $term ) ) ); $this->showCreateLink( $t ); } -- 2.20.1