From 7104f606539f787fcdcc25081fe1d4048c6183d7 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Tue, 14 Dec 2004 09:10:34 +0000 Subject: [PATCH] Texturize bloginfo. git-svn-id: http://svn.automattic.com/wordpress/trunk@1952 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 cb9426e88..eacbc8493 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