Changeset 11416 for trunk/wp-includes/feed-atom.php
- Timestamp:
- 05/20/2009 09:32:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r11323 r11416 32 32 <author> 33 33 <name><?php the_author() ?></name> 34 <?php $author_url = get_the_author_ url(); if ( !empty($author_url) ) : ?>35 <uri><?php the_author_ url()?></uri>34 <?php $author_url = get_the_author_meta('url'); if ( !empty($author_url) ) : ?> 35 <uri><?php the_author_meta('url')?></uri> 36 36 <?php endif; ?> 37 37 </author>
Note: See TracChangeset
for help on using the changeset viewer.