Changeset 1223 for trunk/wp-rss.php
- Timestamp:
- 05/05/2004 06:32:18 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss.php
r1216 r1223 14 14 <rss version="0.92"> 15 15 <channel> 16 <title><?php bloginfo_rss( "name") ?></title>17 <link><?php bloginfo_rss( "url") ?></link>18 <description><?php bloginfo_rss( "description") ?></description>16 <title><?php bloginfo_rss('name') ?></title> 17 <link><?php bloginfo_rss('url') ?></link> 18 <description><?php bloginfo_rss('description') ?></description> 19 19 <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></lastBuildDate> 20 20 <docs>http://backend.userland.com/rss092</docs> … … 30 30 if (get_settings('rss_use_excerpt')) { 31 31 ?> 32 <description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), get_settings('rss_encoded_html')) ?></description>32 <description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description> 33 33 <?php 34 34 } else { // use content
Note: See TracChangeset
for help on using the changeset viewer.