r4451 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r4450‎ | r4451 | r4452 >
Date:14:03, 31 July 2004
Author:timwi
Status:old
Tags:
Comment:
Modified paths:
  • /trunk/phase3/includes/SpecialLonelypages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialLonelypages.php
@@ -3,11 +3,15 @@
44 require_once( "QueryPage.php" );
55
66 class LonelyPagesPage extends PageQueryPage {
7 -
 7+
88 function getName() {
99 return "Lonelypages";
1010 }
11 -
 11+
 12+ function sortDescending() {
 13+ return false;
 14+ }
 15+
1216 function isExpensive() {
1317 return true;
1418 }
@@ -24,9 +28,9 @@
2529
2630 function wfSpecialLonelypages() {
2731 list( $limit, $offset ) = wfCheckLimits();
28 -
 32+
2933 $lpp = new LonelyPagesPage();
30 -
 34+
3135 return $lpp->doQuery( $offset, $limit );
3236 }
3337

Status & tagging log