Pass arg from bloginfo_rss() to get_bloginfo_rss(). http://mosquito.wordpress.org/view.php?id=992 Props: kim
git-svn-id: http://svn.automattic.com/wordpress/trunk@2389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5701e838c6
commit
826ecd2bcd
|
@ -6,7 +6,7 @@ function get_bloginfo_rss($show = '') {
|
||||||
}
|
}
|
||||||
|
|
||||||
function bloginfo_rss($show = '') {
|
function bloginfo_rss($show = '') {
|
||||||
echo get_bloginfo_rss();
|
echo get_bloginfo_rss($show);
|
||||||
}
|
}
|
||||||
|
|
||||||
function the_title_rss() {
|
function the_title_rss() {
|
||||||
|
|
Loading…
Reference in New Issue