MediaWiki REL1_34
SpecialMostRevisions.php
Go to the documentation of this file.
1<?php
28 function __construct( $name = 'Mostrevisions' ) {
29 parent::__construct( $name );
30 }
31
32 function sortDescending() {
33 return true;
34 }
35
36 protected function getGroupName() {
37 return 'highuse';
38 }
39}
Special page for listing the articles with the fewest revisions.
sortDescending()
Override to sort by increasing values.
__construct( $name='Mostrevisions')
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...