Changeset 2131
- Timestamp:
- 01/24/05 07:33:50 (4 years ago)
- Files:
-
- trunk/wp-atom.php (modified) (1 diff)
- trunk/wp-rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-atom.php
r2070 r2131 33 33 <issued> <?php the_time('Y-m-d\TH:i:s\Z'); ?></issued> 34 34 <?php the_category_rss('rdf') ?> 35 <summary type="text/html" mode="escaped">< ?php the_excerpt_rss(); ?></summary>35 <summary type="text/html" mode="escaped"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary> 36 36 <?php if (!get_settings('rss_use_excerpt')) : ?> 37 37 <?php if ( strlen( $post->post_content ) ) : ?> trunk/wp-rss.php
r2068 r2131 27 27 if (get_settings('rss_use_excerpt')) { 28 28 ?> 29 <description>< ?php the_excerpt_rss() ?></description>29 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description> 30 30 <?php 31 31 } else { // use content
