Changeset 2284
- Timestamp:
- 02/12/05 07:39:31 (4 years ago)
- Files:
-
- trunk/wp-atom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-atom.php
r2272 r2284 28 28 <name><?php the_author() ?></name> 29 29 </author> 30 <title ><?php the_title_rss() ?></title>30 <title type="text/html" mode="escaped"><![CDATA[<?php the_title_rss() ?>]]></title> 31 31 <link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" /> 32 32 <id><?php the_guid(); ?></id>
