mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
Add get_bloginfo_rss(). http://mosquito.wordpress.org/view.php?id=971 Hat tip: nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@2380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb8369937f
commit
b07728b5ee
@ -1,8 +1,12 @@
|
||||
<?php
|
||||
|
||||
function bloginfo_rss($show='') {
|
||||
function get_bloginfo_rss($show = '') {
|
||||
$info = strip_tags(get_bloginfo($show));
|
||||
echo convert_chars($info);
|
||||
return convert_chars($info);
|
||||
}
|
||||
|
||||
function bloginfo_rss($show = '') {
|
||||
echo get_bloginfo_rss();
|
||||
}
|
||||
|
||||
function the_title_rss() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user