r96506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96505‎ | r96506 | r96507 >
Date:21:40, 7 September 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Fix missing }
Modified paths:
  • /branches/REL1_18/phase3/includes/specials/SpecialSearch.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/specials/SpecialSearch.php
@@ -753,7 +753,7 @@
754754 if( array_key_exists($t->getInterwiki(),$customCaptions) ) {
755755 // captions from 'search-interwiki-custom'
756756 $caption = $customCaptions[$t->getInterwiki()];
757 - else{
 757+ } else {
758758 // default is to show the hostname of the other wiki which might suck
759759 // if there are many wikis on one hostname
760760 $parsed = wfParseUrl( $t->getFullURL() );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r964751.18: MFT r94737, r94990, r95000, r95001, r95002, r95006, r95007, r95010, r95...catrope19:37, 7 September 2011

Comments

#Comment by 😂 (talk | contribs)   21:57, 7 September 2011

Is this a followup to something?

#Comment by Catrope (talk | contribs)   22:00, 7 September 2011

Yes, to r96475. Marking as such.

Status & tagging log