Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -11,9 +11,6 @@ |
12 | 12 | function __construct() { |
13 | 13 | // Register special page |
14 | 14 | parent::__construct( 'CentralNotice' ); |
15 | | - |
16 | | - // Internationalization |
17 | | - wfLoadExtensionMessages( 'CentralNotice' ); |
18 | 15 | } |
19 | 16 | |
20 | 17 | /** |
Index: trunk/extensions/CentralNotice/SpecialBannerAllocation.php |
— | — | @@ -13,9 +13,6 @@ |
14 | 14 | function __construct() { |
15 | 15 | // Register special page |
16 | 16 | parent::__construct( "BannerAllocation" ); |
17 | | - |
18 | | - // Internationalization |
19 | | - wfLoadExtensionMessages( 'CentralNotice' ); |
20 | 17 | } |
21 | 18 | |
22 | 19 | /** |
Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php |
— | — | @@ -9,10 +9,8 @@ |
10 | 10 | var $editable, $centralNoticeError; |
11 | 11 | |
12 | 12 | function __construct() { |
| 13 | + // Register special page |
13 | 14 | parent::__construct( 'NoticeTemplate' ); |
14 | | - |
15 | | - // Internationalization |
16 | | - wfLoadExtensionMessages( 'CentralNotice' ); |
17 | 15 | } |
18 | 16 | |
19 | 17 | /** |