summaryrefslogtreecommitdiff
path: root/modules/akismet
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-08-30 07:00:56 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-08-30 07:00:56 -0700
commiteffccfd41d2618cfd41ce6db0834c2298fdb42d8 (patch)
tree37af3e07b0e8e0396934144a679015c4f8326a44 /modules/akismet
parent52b542b25353419d2895ecd6dd23cddf3b5dfe3d (diff)
Change all instances of SafeString::of_safe_html() to html::mark_safe() in views.
Diffstat (limited to 'modules/akismet')
-rw-r--r--modules/akismet/helpers/akismet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/akismet/helpers/akismet.php b/modules/akismet/helpers/akismet.php
index abca78d2..7cd598cd 100644
--- a/modules/akismet/helpers/akismet.php
+++ b/modules/akismet/helpers/akismet.php
@@ -94,7 +94,7 @@ class akismet_Core {
if (empty($api_key)) {
site_status::warning(
t("Akismet is not quite ready! Please provide an <a href=\"%url\">API Key</a>",
- array("url" => SafeString::of_safe_html(url::site("admin/akismet")))),
+ array("url" => html::mark_safe(url::site("admin/akismet")))),
"akismet_config");
} else {
site_status::clear("akismet_config");