MediaWiki REL1_37
SpecialPageInfo.php
Go to the documentation of this file.
1<?php
25 public function __construct() {
26 parent::__construct( 'PageInfo', 'info', 'pageinfo' );
27 }
28
29 // Messages, for grep:
30 // specialpageinfo-page
31 // specialpageinfo-submit
32}