1 Jan 2008 01:16
SVN: [29139] trunk/extensions/CentralNotice/SpecialNoticeText.php
<brion <at> svn.wikimedia.org>
2008-01-01 00:16:29 GMT
2008-01-01 00:16:29 GMT
Revision: 29139
Author: brion
Date: 2008-01-01 00:16:29 +0000 (Tue, 01 Jan 2008)
Log Message:
-----------
quick hack in another one... next time generalize this maybe
Modified Paths:
--------------
trunk/extensions/CentralNotice/SpecialNoticeText.php
Modified: trunk/extensions/CentralNotice/SpecialNoticeText.php
===================================================================
--- trunk/extensions/CentralNotice/SpecialNoticeText.php 2007-12-31 23:57:28 UTC (rev 29138)
+++ trunk/extensions/CentralNotice/SpecialNoticeText.php 2008-01-01 00:16:29 UTC (rev 29139)
<at> <at> -45,6 +45,7 <at> <at>
'$counter' => $this->getMessage( 'centralnotice-counter',
array( $this->formatNum( $this->getDonorCount() ) ) ),
'$blog' => $this->getBlog(),
+ '$subheading' => $this->getSubheading(),
)
)
)
<at> <at> -356,6 +357,12 <at> <at>
}
}
+ private function getSubheading() {
+ // Sigh... hack in another one real quick
(Continue reading)
RSS Feed