Changeset 17641
- Timestamp:
- 04/17/2011 07:39:41 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed-atom.php (modified) (1 diff)
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.