From bc1f03b72fd0f0d4824ab7011aa48bab157af5fc Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 14 Dec 2004 09:10:34 +0000 Subject: [PATCH] Texturize bloginfo. git-svn-id: https://develop.svn.wordpress.org/trunk@1952 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/vars.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/vars.php b/wp-includes/vars.php index cb9426e889..eacbc84935 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -191,4 +191,6 @@ add_filter('single_post_title', 'wptexturize'); add_filter('the_title', 'wptexturize'); add_filter('the_content', 'wptexturize'); add_filter('the_excerpt', 'wptexturize'); -?> +add_filter('bloginfo', 'wptexturize'); + +?> \ No newline at end of file