web/wp-includes/feed-rdf.php
branchwordpress
changeset 132 4d4862461b8d
parent 109 03b0d1493584
equal deleted inserted replaced
131:a4642baaf829 132:4d4862461b8d
    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>