X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/7688c6ba71852cd89123b62b2d57683535e4702a..a7cd4c052013b423c6301153f68c7fdbaa2a447b:/wp-includes/feed-rss2.php?ds=sidebyside diff --git a/wp-includes/feed-rss2.php b/wp-includes/feed-rss2.php index 21d9b8e5..2390c2d9 100644 --- a/wp-includes/feed-rss2.php +++ b/wp-includes/feed-rss2.php @@ -1,49 +1,116 @@ -'; ?> +echo ''; - +/** + * Fires between the xml and rss tags in a feed. + * + * @since 4.0.0 + * + * @param string $context Type of feed. Possible values include 'rss2', 'rss2-comments', + * 'rdf', 'atom', and 'atom-comments'. + */ +do_action( 'rss_tag_pre', 'rss2' ); +?> + xmlns:atom="http://www.w3.org/2005/Atom" + xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" + xmlns:slash="http://purl.org/rss/1.0/modules/slash/" + > <?php bloginfo_rss('name'); wp_title_rss(); ?> + - - http://wordpress.org/?v= - - - + + + + + <?php the_title_rss() ?> - + - - + ]]> + - ]]> + ]]> - ]]> - post_content ) > 0 ) : ?> - ]]> + ]]> + + 0 ) : ?> + ]]> - ]]> + ]]> - + + - +