From d5374b68b6b7194edc5e42077a9f92cec337a449 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Tue, 17 Feb 2004 04:57:31 +0000 Subject: [PATCH] Typo in previous commit. git-svn-id: http://svn.automattic.com/wordpress/trunk@886 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }