Index: wp-includes/feed-atom.php
===================================================================
--- wp-includes/feed-atom.php	(revision 17640)
+++ wp-includes/feed-atom.php	(working copy)
@@ -32,7 +32,8 @@
 			<name><?php the_author() ?></name>
 			<?php $author_url = get_the_author_meta('url'); if ( !empty($author_url) ) : ?>
 			<uri><?php the_author_meta('url')?></uri>
-			<?php endif; ?>
+			<?php endif;
+			do_action('atom_author'); ?>
 		</author>
 		<title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title>
 		<link rel="alternate" type="text/html" href="<?php the_permalink_rss() ?>" />
