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