MediaWiki
REL1_24
|
00001 <?php 00027 class MostrevisionsPage extends FewestrevisionsPage { 00028 function __construct( $name = 'Mostrevisions' ) { 00029 parent::__construct( $name ); 00030 } 00031 00032 function sortDescending() { 00033 return true; 00034 } 00035 00036 protected function getGroupName() { 00037 return 'highuse'; 00038 } 00039 }