From 7e36364c5cdd059dfb209d50473eb0f8ca4dc5e0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 26 May 2009 10:41:06 +0000 Subject: - Patch #465190 by Heine: add check_plain() call. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 88ebb240a..3dd681033 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1715,7 +1715,7 @@ function theme_username($object) { } } else { - $output = variable_get('anonymous', t('Anonymous')); + $output = check_plain(variable_get('anonymous', t('Anonymous'))); } return $output; -- cgit v1.2.3