Texturize bloginfo.

git-svn-id: https://develop.svn.wordpress.org/trunk@1952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-14 09:10:34 +00:00
parent dac83fa0a6
commit bc1f03b72f
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');
?>