Comments fix?

git-svn-id: https://develop.svn.wordpress.org/trunk@1224 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-05-05 06:32:49 +00:00
parent b49aa0e51a
commit a6722e257e
1 changed files with 1 additions and 1 deletions

View File

@ -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 '</rdf:RDF>';
}