added wp_filter support to the_excerpt_rss

git-svn-id: https://develop.svn.wordpress.org/trunk@1250 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi 2004-05-09 18:31:58 +00:00
parent addba80c31
commit 859b82387e
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) {