Ticket #4894: initial_post_id.patch
File initial_post_id.patch, 804 bytes (added by , 17 years ago) |
---|
-
wp-includes/feed-atom.php
32 32 </author> 33 33 <title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title> 34 34 <link rel="alternate" type="text/html" href="<?php the_permalink_rss() ?>" /> 35 <id><?php the_guid() ; ?></id>35 <id><?php the_guid() || the_permalink_rss(); ?></id> 36 36 <updated><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></updated> 37 37 <published><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></published> 38 38 <?php the_category_rss('atom') ?> … … 44 44 <?php do_action('atom_entry'); ?> 45 45 </entry> 46 46 <?php endwhile ; ?> 47 </feed> 48 No newline at end of file 47 </feed>