Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed-atom.php

    r17641 r14949  
    3333            <?php $author_url = get_the_author_meta('url'); if ( !empty($author_url) ) : ?>
    3434            <uri><?php the_author_meta('url')?></uri>
    35             <?php endif;
    36             do_action('atom_author'); ?>
     35            <?php endif; ?>
    3736        </author>
    3837        <title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title>
Note: See TracChangeset for help on using the changeset viewer.