diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index 0476017646..910f30fe39 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -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) {