MediaWiki  REL1_22
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 
00035     protected function getGroupName() {
00036         return 'highuse';
00037     }
00038 }