MediaWiki  REL1_19
SpecialMostrevisions.php
Go to the documentation of this file.
00001 <?php
00026 class MostrevisionsPage extends FewestrevisionsPage {
00027         function __construct( $name = 'Mostrevisions' ) {
00028                 parent::__construct( $name );
00029         }
00030 
00031         function sortDescending() {
00032                 return true;
00033         }
00034 }