equal
deleted
inserted
replaced
44 <dc:creator><?php the_author() ?></dc:creator> |
44 <dc:creator><?php the_author() ?></dc:creator> |
45 <?php the_category_rss('rdf') ?> |
45 <?php the_category_rss('rdf') ?> |
46 <?php if (get_option('rss_use_excerpt')) : ?> |
46 <?php if (get_option('rss_use_excerpt')) : ?> |
47 <description><?php the_excerpt_rss() ?></description> |
47 <description><?php the_excerpt_rss() ?></description> |
48 <?php else : ?> |
48 <?php else : ?> |
49 <description><?php the_content_rss('', 0, '', get_option('rss_excerpt_length'), 2) ?></description> |
49 <description><?php the_excerpt_rss() ?></description> |
50 <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded> |
50 <content:encoded><![CDATA[<?php the_content_feed('rdf') ?>]]></content:encoded> |
51 <?php endif; ?> |
51 <?php endif; ?> |
52 <?php do_action('rdf_item'); ?> |
52 <?php do_action('rdf_item'); ?> |
53 </item> |
53 </item> |
54 <?php endwhile; ?> |
54 <?php endwhile; ?> |
55 </rdf:RDF> |
55 </rdf:RDF> |