r18977 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18976‎ | r18977 | r18978 >
Date:20:43, 8 January 2007
Author:leon
Status:old
Tags:
Comment:
Reverting the accidently commited feature nobody wants to see.
Modified paths:
  • /trunk/phase3/includes/SpecialUnusedimages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUnusedimages.php
@@ -40,10 +40,6 @@
4141 }
4242 }
4343
44 - function getOrder() {
45 - return ' ORDER BY img_name';
46 - }
47 -
4844 function formatResult( $skin, $result ) {
4945 global $wgLang, $wgContLang;
5046 $title = Title::makeTitle( NS_IMAGE, $result->title );

Follow-up revisions

RevisionCommit summaryAuthorDate
r18979Merge localization updates from trunk: r18960, r18975, r18977brion21:11, 8 January 2007