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