Comments fix?
git-svn-id: http://svn.automattic.com/wordpress/trunk@1224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e73da6f268
commit
924792ffb0
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue