summaryrefslogtreecommitdiff
path: root/modules/blog/blog.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/blog.pages.inc')
-rw-r--r--modules/blog/blog.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.pages.inc b/modules/blog/blog.pages.inc
index 042b089ed..2deb15cef 100644
--- a/modules/blog/blog.pages.inc
+++ b/modules/blog/blog.pages.inc
@@ -12,7 +12,7 @@
function blog_page_user($account) {
global $user;
- drupal_set_title($title = t("@name's blog", array('@name' => $account->name)));
+ drupal_set_title($title = t("@name's blog", array('@name' => $account->name)), PASS_THROUGH);
$items = array();