r73821 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73820‎ | r73821 | r73822 >
Date:19:10, 27 September 2010
Author:kaldari
Status:ok
Tags:
Comment:
no longer needed per comment at r73240
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialBannerAllocation.php (modified) (history)
  • /trunk/extensions/CentralNotice/SpecialCentralNotice.php (modified) (history)
  • /trunk/extensions/CentralNotice/SpecialNoticeTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php
@@ -11,9 +11,6 @@
1212 function __construct() {
1313 // Register special page
1414 parent::__construct( 'CentralNotice' );
15 -
16 - // Internationalization
17 - wfLoadExtensionMessages( 'CentralNotice' );
1815 }
1916
2017 /**
Index: trunk/extensions/CentralNotice/SpecialBannerAllocation.php
@@ -13,9 +13,6 @@
1414 function __construct() {
1515 // Register special page
1616 parent::__construct( "BannerAllocation" );
17 -
18 - // Internationalization
19 - wfLoadExtensionMessages( 'CentralNotice' );
2017 }
2118
2219 /**
Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php
@@ -9,10 +9,8 @@
1010 var $editable, $centralNoticeError;
1111
1212 function __construct() {
 13+ // Register special page
1314 parent::__construct( 'NoticeTemplate' );
14 -
15 - // Internationalization
16 - wfLoadExtensionMessages( 'CentralNotice' );
1715 }
1816
1917 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73240beginning support for viewing banner allocationkaldari18:54, 17 September 2010

Status & tagging log