MediaWiki  REL1_19
SpecialLongpages.php
Go to the documentation of this file.
00001 <?php
00028 class LongPagesPage extends ShortPagesPage {
00029 
00030         function __construct( $name = 'Longpages' ) {
00031                 parent::__construct( $name );
00032         }
00033 
00034         function sortDescending() {
00035                 return true;
00036         }
00037 }