Changeset 1245 for trunk/wp-includes/template-functions-comment.php
- Timestamp:
- 05/09/2004 05:47:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-comment.php
r1226 r1245 281 281 xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> 282 282 <rdf:Description rdf:about="'; 283 permalink_single();283 the_permalink(); 284 284 echo '"'."\n"; 285 285 echo ' dc:identifier="'; 286 permalink_single();286 the_permalink(); 287 287 echo '"'."\n"; 288 288 echo ' dc:title="'.str_replace('--', '--', wptexturize(strip_tags(get_the_title()))).'"'."\n";
Note: See TracChangeset
for help on using the changeset viewer.