r60698 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r60697
|
r60698
|
r60699
>
Date:
22:53, 5 January 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Remove unused private "filterPage" function from specials/SpecialExport.php
Unused and private
Remove extra whitespace line also
Modified paths:
/trunk/phase3/includes/specials/SpecialExport.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialExport.php
—
—
@@ -275,8 +275,7 @@
276
276
$lb->closeAll();
277
277
}
278
278
}
279
-
280
-
279
+
281
280
private function getPagesFromCategory( $title ) {
282
281
global $wgContLang;
283
282
—
—
@@ -411,12 +410,5 @@
412
411
}
413
412
return $pageSet;
414
413
}
415
-
416
- /**
417
- * Callback function to remove empty strings from the pages array.
418
- */
419
- private function filterPage( $page ) {
420
- return $page !== '' && $page !== null;
421
- }
422
414
}
423
415
Status & tagging log
06:00, 20 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r60698
[
removed:
new
added:
ok]