From a6722e257ec5bf2738ca7e689d6aaadb6367e3f7 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 5 May 2004 06:32:49 +0000 Subject: [PATCH] Comments fix? git-svn-id: https://develop.svn.wordpress.org/trunk@1224 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 49b8b6a544..c8ba7bea7f 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 ''; }