mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Apply bloginfo_rss filter.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
54c5fee3f8
commit
78e403f5fc
@ -2,7 +2,7 @@
|
||||
|
||||
function get_bloginfo_rss($show = '') {
|
||||
$info = strip_tags(get_bloginfo($show));
|
||||
return convert_chars($info);
|
||||
return apply_filters('bloginfo_rss', convert_chars($info));
|
||||
}
|
||||
|
||||
function bloginfo_rss($show = '') {
|
||||
|
Loading…
Reference in New Issue
Block a user