Make WordPress Core

Changeset 785


Ignore:
Timestamp:
01/24/2004 10:51:14 PM (22 years ago)
Author:
alex_t_king
Message:

removed errant id tag anc chanced description tag to summary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.