From 924792ffb0cc526ea456c6776dd89be98bd117ab Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 5 May 2004 06:32:49 +0000 Subject: [PATCH] Comments fix? git-svn-id: http://svn.automattic.com/wordpress/trunk@1224 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-comment.php b/wp-includes/template-functions-comment.php index 49b8b6a54..c8ba7bea7 100644 --- a/wp-includes/template-functions-comment.php +++ b/wp-includes/template-functions-comment.php @@ -289,7 +289,7 @@ function trackback_rdf($timezone = 0) { echo ' dc:identifier="'; permalink_single(); echo '"'."\n"; - echo ' dc:title="'.str_replace('--', '--', addslashes(strip_tags(get_the_title()))).'"'."\n"; + echo ' dc:title="'.str_replace('--', '--', wptexturize(strip_tags(get_the_title()))).'"'."\n"; echo ' trackback:ping="'.trackback_url(0).'"'." />\n"; echo ''; }