From 5c4e360b26d3dd40ee806af41eaa38292cad2584 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 20 Sep 2013 22:50:10 +0000 Subject: [PATCH] Inline documentation for hooks in wp-includes/feed-atom.php. Props dustyf. See #25229. Built from https://develop.svn.wordpress.org/trunk@25531 git-svn-id: http://core.svn.wordpress.org/trunk@25451 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed-atom.php | 40 +++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index 983c8f4a3d..666b52df99 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 ''; ?> ]]> - - +