X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..d3947bc013df7edd54b46deed8230d2eeafc5ecb:/wp-includes/feed-atom.php diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index f8f08c87..a4a62f74 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(); ?> + <?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 +71,20 @@ echo ''; ?> ]]> - - - - + + + +