Changeset 4184 for trunk/wp-rss2.php
- Timestamp:
- 09/11/2006 11:59:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss2.php
r4144 r4184 43 43 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description> 44 44 <?php if ( strlen( $post->post_content ) > 0 ) : ?> 45 <content:encoded><![CDATA[<?php the_content( '', 0, '') ?>]]></content:encoded>45 <content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded> 46 46 <?php else : ?> 47 47 <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
Note: See TracChangeset
for help on using the changeset viewer.