Texturize bloginfo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-12-14 09:10:34 +00:00
parent 17e0672928
commit 7104f60653
1 changed files with 3 additions and 1 deletions

View File

@ -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');
?>