Comment feeds everywhere. Props mdawaffe and rob1n. fixes #2485

git-svn-id: https://develop.svn.wordpress.org/trunk@4934 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-02-24 07:33:29 +00:00
parent 6b2b9f27d1
commit 2f191b4b56
6 changed files with 168 additions and 117 deletions
+5
View File
@@ -10,6 +10,11 @@ function bloginfo_rss($show = '') {
echo get_bloginfo_rss($show);
}
function get_wp_title_rss($sep = '»') {
$title = wp_title($sep, false);
$title = apply_filters('get_wp_title_rss', $title);
return $title;
}
function get_the_title_rss() {
$title = get_the_title();