Changeset 2070
- Timestamp:
- 01/09/05 02:19:30 (4 years ago)
- Files:
-
- trunk/wp-atom.php (modified) (1 diff)
- trunk/wp-rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-atom.php
r2068 r2070 43 43 <content type="text/html" mode="escaped" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_excerpt_rss() ?>]]></content> 44 44 <?php endif; ?> 45 <?php rss_enclosure(); ?> 45 46 </entry> 46 47 <?php $items_count++; if (($items_count == get_settings('posts_per_rss')) && empty($m)) { break; } } } ?> trunk/wp-rss2.php
r2068 r2070 39 39 <?php else : ?> 40 40 <description><?php the_excerpt_rss() ?></description> 41 <?php if ( strlen( $post->post_content ) > 0 ) : ?> 41 42 <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded> 43 <?php else : ?> 44 <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded> 45 <?php endif; ?> 42 46 <?php endif; ?> 43 47 <wfw:commentRSS><?php echo comments_rss(); ?></wfw:commentRSS>
