X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..a7cd4c052013b423c6301153f68c7fdbaa2a447b:/wp-includes/feed-atom.php diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index db8d66b8..ae4cd797 100644 --- a/wp-includes/feed-atom.php +++ b/wp-includes/feed-atom.php @@ -8,35 +8,61 @@ 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(); ?> - + - - + + + /** + * Fires at the end of each Atom feed author entry. + * + * @since 3.2.0 + */ + do_action( 'atom_author' ); + ?> <![CDATA[<?php the_title_rss() ?>]]> - + @@ -45,10 +71,16 @@ echo ''; ?> ]]> - - - - + + +