]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/feed-rss2-comments.php
WordPress 4.0
[autoinstalls/wordpress.git] / wp-includes / feed-rss2-comments.php
index a8a1c13bbe0987c7c56fec444cec340b42b884cf..2a71da1f2c17389cdcbd6164035b92c1373eb954 100644 (file)
@@ -8,6 +8,9 @@
 header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
 
 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>';
+
+/** This action is documented in wp-includes/feed-rss2.php */
+do_action( 'rss_tag_pre', 'rss2-comments' );
 ?>
 <rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"