Index: trunk/extensions/CentralNotice/SpecialHideBanners.php |
— | — | @@ -6,6 +6,8 @@ |
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Unlisted Special Page which sets a cookie for hiding banners across all languages of a project. |
| 10 | + * This is typically used on donation thank-you pages so that users who have donated will no longer |
| 11 | + * see fundrasing banners. |
10 | 12 | */ |
11 | 13 | class SpecialHideBanners extends UnlistedSpecialPage { |
12 | 14 | function __construct() { |