Changeset 11358 for trunk/wp-includes/feed-rss.php
- Timestamp:
- 05/16/2009 05:15:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss.php
r10952 r11358 6 6 */ 7 7 8 header('Content-Type: ' . feed_content_type('rss ') . '; charset=' . get_option('blog_charset'), true);8 header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); 9 9 $more = 1; 10 10
Note: See TracChangeset
for help on using the changeset viewer.