*/ class SpecialMostRevisions extends SpecialFewestRevisions { public function __construct( $name = 'Mostrevisions' ) { parent::__construct( $name ); } protected function sortDescending() { return true; } protected function getGroupName() { return 'highuse'; } }