Make WordPress Core


Ignore:
Timestamp:
05/09/2004 05:47:02 AM (22 years ago)
Author:
saxmatt
Message:

Various fixes and cleanups, inspired and pointed out by Joseph Scott.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-comment.php

    r1226 r1245  
    281281        xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
    282282        <rdf:Description rdf:about="';
    283     permalink_single();
     283    the_permalink();
    284284    echo '"'."\n";
    285285    echo '    dc:identifier="';
    286     permalink_single();
     286    the_permalink();
    287287    echo '"'."\n";
    288288    echo '    dc:title="'.str_replace('--', '&#x2d;&#x2d;', wptexturize(strip_tags(get_the_title()))).'"'."\n";
Note: See TracChangeset for help on using the changeset viewer.