diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index 022937166..0038f16f6 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -43,7 +43,7 @@ function the_title($before = '', $after = '', $echo = true) { function the_title_rss() { $title = get_the_title(); $title = apply_filters('the_title', $title); - $title = apply_filters('the_title_rss', $title): + $title = apply_filters('the_title_rss', $title); echo $title; }