Index: trunk/fundcore/fundcore.module |
— | — | @@ -80,6 +80,11 @@ |
81 | 81 | { |
82 | 82 | $content .= '<p><img src="http://upload.wikimedia.org/fundraising/2006/meter.png" alt="..." style="margin-bottom: 2px;" />'; |
83 | 83 | $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 | + |
84 | 89 | $content .= '<p><strong>Coming soon:</strong> RSS feeds, maybe an IRC bot, and '; |
85 | 90 | $content .= '<a href="http://meta.wikimedia.org/wiki/Fundraising_C.O.R.E.">more translations</a>.</p>'; |
86 | 91 | $content .= _fundcore_filter(); |