From ca9d1fc6932cedbcd300c5d30522f97170afdc6f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 20 Sep 2013 22:49:36 +0000 Subject: [PATCH] Inline documentation for hooks in wp-includes/feed-atom.php. Props dustyf. See #25229. git-svn-id: https://develop.svn.wordpress.org/trunk@25531 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/feed-atom.php | 40 +++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/src/wp-includes/feed-atom.php b/src/wp-includes/feed-atom.php index 983c8f4a3d..666b52df99 100644 --- a/src/wp-includes/feed-atom.php +++ b/src/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 ''; ?> ]]> - - +