diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 01:14:51 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 01:14:51 -0600 |
| commit | ed6302a0adbdee604722ce93ad975a55e1d02397 (patch) | |
| tree | 434fe1d24e827962b1d7204aad7a35cc932e87d1 /modules/akismet | |
| parent | 6357f3332b9bc33b10c11dc93b83ba9e72eec109 (diff) | |
| parent | 828f6add509c26ee183b44b4ad4f927f34d04509 (diff) | |
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'modules/akismet')
| -rw-r--r-- | modules/akismet/views/admin_akismet.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/akismet/views/admin_akismet.html.php b/modules/akismet/views/admin_akismet.html.php index cc5e3cfc..410902a5 100644 --- a/modules/akismet/views/admin_akismet.html.php +++ b/modules/akismet/views/admin_akismet.html.php @@ -3,8 +3,8 @@ <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=\"%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")) ?> + array("api_key_url" => "http://wordpress.com/api-keys", + "akismet_url" => "http://akismet.com")) ?> </p> <? if ($valid_key): ?> |
