Changeset 785
- Timestamp:
- 01/24/2004 10:51:14 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-atom.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-atom.php
r772 r785 19 19 <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright> 20 20 <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>22 21 23 22 <?php $items_count = 0; if ($posts) { foreach ($posts as $post) { start_wp(); ?> … … 38 37 } else { // use content 39 38 ?> 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> 41 40 <?php 42 41 } // end else use content
Note: See TracChangeset
for help on using the changeset viewer.