Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

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