Changeset 4805 for trunk/wp-atom.php
- Timestamp:
- 01/25/2007 08:48:18 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-atom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-atom.php
r4804 r4805 35 35 <uri><?php the_author_url()?></uri> 36 36 </author> 37 <title type=" text/html" mode="escaped"><![CDATA[<?php the_title_rss() ?>]]></title>37 <title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title> 38 38 <link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" /> 39 39 <id><?php the_guid(); ?></id>
Note: See TracChangeset
for help on using the changeset viewer.