X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b3ddbea8a296025a672b3c3ddca158dc51ed8080..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-includes/feed-atom.php diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index db8d66b8..09cb7c01 100644 --- a/wp-includes/feed-atom.php +++ b/wp-includes/feed-atom.php @@ -8,35 +8,64 @@ header('Content-Type: ' . feed_content_type('atom') . '; charset=' . get_option('blog_charset'), true); $more = 1; -echo ''; ?> +echo ''; + +/** This action is documented in wp-includes/feed-rss2.php */ +do_action( 'rss_tag_pre', 'atom' ); +?> + > - <?php bloginfo_rss('name'); wp_title_rss(); ?> + <?php wp_title_rss(); ?> - + - + - - + + + /** + * Fires at the end of each Atom feed author entry. + * + * @since 3.2.0 + */ + do_action( 'atom_author' ); + ?> <![CDATA[<?php the_title_rss() ?>]]> - + @@ -45,11 +74,20 @@ echo ''; ?> ]]> - - - - + + + +