Changeset 785

Show
Ignore:
Timestamp:
01/24/04 22:51:14 (5 years ago)
Author:
alex_t_king
Message:

removed errant id tag anc chanced description tag to summary

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-atom.php

    r772 r785  
    1919    <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright> 
    2020    <generator url="http://wordpress.org/" version="<?php echo $wp_version ?>">WordPress</generator> 
    21     <id>tag:<?php echo str_replace('http://', '', $siteurl); ?>,<?php echo date('Y'); ?>:1984</id> 
    2221     
    2322    <?php $items_count = 0; if ($posts) { foreach ($posts as $post) { start_wp(); ?> 
     
    3837} else { // use content 
    3938?> 
    40         <description><?php the_content_rss('', 0, '', $rss_excerpt_length, 2) ?></description
     39        <summary type="text/html"><?php the_content_rss('', 0, '', $rss_excerpt_length, 2) ?></summary
    4140<?php 
    4241} // end else use content