Changeset 1255 for trunk/wp-rss2.php
- Timestamp:
- 05/10/2004 07:51:50 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss2.php
r1235 r1255 15 15 <!-- generator="wordpress/<?php echo $wp_version ?>" --> 16 16 <rss version="2.0" 17 xmlns:content="http://purl.org/rss/1.0/modules/content/"> 17 xmlns:content="http://purl.org/rss/1.0/modules/content/" 18 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 19 > 18 20 19 21 <channel> … … 39 41 <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded> 40 42 <?php endif; ?> 41 43 <wfw:commentRSS><?php echo comments_rss(); ?></wfw:commentRSS> 42 44 </item> 43 45 <?php $items_count++; if (($items_count == get_settings('posts_per_rss')) && empty($m)) { break; } } } ?>
Note: See TracChangeset
for help on using the changeset viewer.