r75997 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75996‎ | r75997 | r75998 >
Date:11:08, 4 November 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r75996: Forgotten to remove an old line
Modified paths:
  • /trunk/phase3/includes/specials/SpecialSearch.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialSearch.php
@@ -302,7 +302,6 @@
303303 $textMatches->free();
304304 }
305305 if( $num === 0 ) {
306 - #$wgOut->addWikiMsg( 'search-nonefound', wfEscapeWikiText( $term ) );
307306 $wgOut->wrapWikiMsg( "<p class=\"mw-search-nonefound\">\n$1</p>", array( 'search-nonefound', wfEscapeWikiText( $term ) ) );
308307 $this->showCreateLink( $t );
309308 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75996* Special:Search: Add CSS classes to 'none found' and 'create link' messagesraymond11:06, 4 November 2010

Status & tagging log