Texturize bloginfo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
17e0672928
commit
7104f60653
|
@ -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');
|
||||
|
||||
?>
|
Loading…
Reference in New Issue