diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-04 20:21:35 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-04 20:21:35 -0700 |
commit | 1e72860566b80c009d657d6b45cea09986983e6f (patch) | |
tree | eb6a2a5b8e303d1cc5264a2f0b6cc7c2617302be /modules | |
parent | fb9efa664b686c540708098ed6b55305c3a6084e (diff) | |
parent | 703e84a94d29d0f4798ad60540ee87734bbdd6d9 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules')
-rw-r--r-- | modules/akismet/views/admin_akismet.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/akismet/views/admin_akismet.html.php b/modules/akismet/views/admin_akismet.html.php index 9963f223..cc5e3cfc 100644 --- a/modules/akismet/views/admin_akismet.html.php +++ b/modules/akismet/views/admin_akismet.html.php @@ -2,7 +2,9 @@ <div id="gAdminAkismet"> <h1> <?= t("Akismet Spam Filtering") ?> </h1> <p> - <?= t("Akismet is a free, automated spam filtering service. In order to use it, you need to sign up for a <a href=\"http://wordpress.com/api-keys\">Wordpress.com API Key</a>, which is also free. Your comments will be automatically relayed to <a href=\"http://akismet.com\">Akismet.com</a> where they'll be scanned for spam. Spam messages will be flagged accordingly and hidden from your vistors until you approve or delete them.") ?> + <?= t("Akismet is a free, automated spam filtering service. In order to use it, you need to sign up for a <a href=\"%api_key_url\">Wordpress.com API Key</a>, which is also free. Your comments will be automatically relayed to <a href=\"%akismet_url\">Akismet.com</a> where they'll be scanned for spam. Spam messages will be flagged accordingly and hidden from your vistors until you approve or delete them.", + array("api_key_url" => "http://wordpress.com/api-keys", + "akismet_url" => "http://akismet.com")) ?> </p> <? if ($valid_key): ?> |