added wp_filter support to the_excerpt_rss

git-svn-id: http://svn.automattic.com/wordpress/trunk@1250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-05-09 18:31:58 +00:00
parent cb1f6849e2
commit e691978606
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ function the_excerpt_rss($cut = 0, $encode_html = 0) {
$output = $excerpt;
}
$output = str_replace(']]>', ']]>', $output);
echo $output;
echo apply_filters('the_excerpt_rss', $output);
}
function get_the_excerpt($fakeit = true) {