mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Correctly add args to strings that contain only a query string and not a full URI.
git-svn-id: https://develop.svn.wordpress.org/trunk@2227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -131,7 +131,7 @@ function the_category_rss($type = 'rss') {
|
||||
$the_list .= "\n\t<category>$category->cat_name</category>";
|
||||
}
|
||||
}
|
||||
echo apply_filters('the_category_rss', $the_list);
|
||||
echo apply_filters('the_category_rss', $the_list, $type);
|
||||
}
|
||||
|
||||
function rss_enclosure() {
|
||||
|
||||
Reference in New Issue
Block a user