http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73821
Revision: 73821
Author: kaldari
Date: 2010-09-27 19:10:47 +0000 (Mon, 27 Sep 2010)
Log Message:
-----------
no longer needed per comment at r73240
Modified Paths:
--------------
trunk/extensions/CentralNotice/SpecialBannerAllocation.php
trunk/extensions/CentralNotice/SpecialCentralNotice.php
trunk/extensions/CentralNotice/SpecialNoticeTemplate.php
Modified: trunk/extensions/CentralNotice/SpecialBannerAllocation.php
===================================================================
--- trunk/extensions/CentralNotice/SpecialBannerAllocation.php 2010-09-27
18:46:16 UTC (rev 73820)
+++ trunk/extensions/CentralNotice/SpecialBannerAllocation.php 2010-09-27
19:10:47 UTC (rev 73821)
@@ -13,9 +13,6 @@
function __construct() {
// Register special page
parent::__construct( "BannerAllocation" );
-
- // Internationalization
- wfLoadExtensionMessages( 'CentralNotice' );
}
/**
Modified: trunk/extensions/CentralNotice/SpecialCentralNotice.php
===================================================================
--- trunk/extensions/CentralNotice/SpecialCentralNotice.php 2010-09-27
18:46:16 UTC (rev 73820)
+++ trunk/extensions/CentralNotice/SpecialCentralNotice.php 2010-09-27
19:10:47 UTC (rev 73821)
@@ -11,9 +11,6 @@
function __construct() {
// Register special page
parent::__construct( 'CentralNotice' );
-
- // Internationalization
- wfLoadExtensionMessages( 'CentralNotice' );
}
/**
Modified: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php
===================================================================
--- trunk/extensions/CentralNotice/SpecialNoticeTemplate.php 2010-09-27
18:46:16 UTC (rev 73820)
+++ trunk/extensions/CentralNotice/SpecialNoticeTemplate.php 2010-09-27
19:10:47 UTC (rev 73821)
@@ -9,10 +9,8 @@
var $editable, $centralNoticeError;
function __construct() {
+ // Register special page
parent::__construct( 'NoticeTemplate' );
-
- // Internationalization
- wfLoadExtensionMessages( 'CentralNotice' );
}
/**
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs