Changeset 10377 for trunk/wp-includes/feed-rss2-comments.php
- Timestamp:
- 01/19/2009 05:04:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2-comments.php
r10068 r10377 6 6 */ 7 7 8 header('Content-Type: text/xml;charset=' . get_option('blog_charset'), true);8 header('Content-Type: ' . feed_content_type('rss2') . '; charset=' . get_option('blog_charset'), true); 9 9 10 10 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>';
Note: See TracChangeset
for help on using the changeset viewer.