Changeset 2252
- Timestamp:
- 02/11/05 01:09:41 (4 years ago)
- Files:
-
- trunk/wp-rss2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-rss2.php
r2127 r2252 17 17 xmlns:content="http://purl.org/rss/1.0/modules/content/" 18 18 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 19 xmlns:dc="http://purl.org/dc/elements/1.1/" 19 20 > 20 21 … … 32 33 <comments><?php comments_link(); ?></comments> 33 34 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_the_time('Y-m-d H:i:s')); ?></pubDate> 35 <dc:creator><?php the_author() ?></dc:creator> 34 36 <?php the_category_rss() ?> 35 37
