X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..48ab98cb1779cf2088c1351ac3dd3d0da6fb31d3:/wp-includes/feed-rdf.php diff --git a/wp-includes/feed-rdf.php b/wp-includes/feed-rdf.php index d3503af4..177ae96f 100644 --- a/wp-includes/feed-rdf.php +++ b/wp-includes/feed-rdf.php @@ -8,7 +8,11 @@ header('Content-Type: ' . feed_content_type('rdf') . '; 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', 'rdf' ); +?>