X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/6c8f14c09105d0afa4c1574215c59b5021040e76..03f2fa83c13c1b532284205fa7efcab9b8b2c41f:/wp-includes/feed-atom.php diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index 983c8f4a..a4a62f74 100644 --- a/wp-includes/feed-atom.php +++ b/wp-includes/feed-atom.php @@ -8,15 +8,26 @@ 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(); ?> @@ -25,15 +36,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,11 +71,20 @@ echo ''; ?> ]]> - - + +