X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/a6f44f0edcda2471c5a33e4156c1c9488c7f3210..refs/tags/wordpress-3.7:/wp-includes/feed-atom.php?ds=sidebyside diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index 983c8f4a..666b52df 100644 --- a/wp-includes/feed-atom.php +++ b/wp-includes/feed-atom.php @@ -14,7 +14,14 @@ echo ''; ?> xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="" xml:base="/wp-atom.php" - + > <?php bloginfo_rss('name'); wp_title_rss(); ?> @@ -25,15 +32,30 @@ echo ''; ?> - - + + + /** + * Fires at the end of each Atom feed author entry. + * + * @since 3.2.0 + */ + do_action( 'atom_author' ); + ?> <![CDATA[<?php the_title_rss() ?>]]> @@ -45,8 +67,14 @@ echo ''; ?> ]]> - - +