r18624 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18623‎ | r18624 | r18625 >
Date:14:38, 28 December 2006
Author:straussd
Status:old
Tags:
Comment:
Change notice
Modified paths:
  • /trunk/fundcore/fundcore.module (modified) (history)

Diff [purge]

Index: trunk/fundcore/fundcore.module
@@ -80,6 +80,11 @@
8181 {
8282 $content .= '<p><img src="http://upload.wikimedia.org/fundraising/2006/meter.png" alt="..." style="margin-bottom: 2px;" />';
8383 $content .= '<br /><a href="http://wikimediafoundation.org/wiki/' . t('Fundraising') . '/"><strong>' . t('Make a Donation') . '</strong></a></p>';
 84+ $content .= '<p><strong>Q:</strong> Why did the meter jump up over $200,000?';
 85+ $content .= '<br /><strong>A:</strong> We added the anonymous matching donation. You will not see it here.</p>';
 86+ $content .= '<p><strong>Q:</strong> Why not?';
 87+ $content .= '<br /><strong>A:</strong> It\'s anonymous.</p>';
 88+
8489 $content .= '<p><strong>Coming soon:</strong> RSS feeds, maybe an IRC bot, and ';
8590 $content .= '<a href="http://meta.wikimedia.org/wiki/Fundraising_C.O.R.E.">more translations</a>.</p>';
8691 $content .= _fundcore_filter();