MediaWiki
REL1_37
SpecialPageHistory.php
Go to the documentation of this file.
1
<?php
24
class
SpecialPageHistory
extends
SpecialRedirectWithAction
{
25
public
function
__construct
() {
26
parent::__construct(
'PageHistory'
,
'history'
,
'pagehistory'
);
27
}
28
29
// Messages, for grep:
30
// specialpagehistory-page
31
// specialpagehistory-submit
32
}
SpecialPageHistory
Definition
SpecialPageHistory.php:24
SpecialPageHistory\__construct
__construct()
Definition
SpecialPageHistory.php:25
SpecialRedirectWithAction
Definition
SpecialRedirectWithAction.php:26
includes
specials
SpecialPageHistory.php
Generated on Fri Apr 5 2024 23:40:59 for MediaWiki by
1.9.8