Changes in trunk/wp-includes/feed-atom.php [14949:17641]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r14949 r17641 33 33 <?php $author_url = get_the_author_meta('url'); if ( !empty($author_url) ) : ?> 34 34 <uri><?php the_author_meta('url')?></uri> 35 <?php endif; ?> 35 <?php endif; 36 do_action('atom_author'); ?> 36 37 </author> 37 38 <title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title>
Note: See TracChangeset
for help on using the changeset viewer.