Changeset 32468
- Timestamp:
- 05/09/2015 06:38:38 AM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss.php
r25880 r32468 6 6 */ 7 7 8 header('Content-Type: ' . feed_content_type('rss -http') . '; 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 -
trunk/src/wp-includes/feed-rss2-comments.php
r30754 r32468 6 6 */ 7 7 8 header('Content-Type: ' . feed_content_type('rss -http') . '; 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').'"?'.'>'; -
trunk/src/wp-includes/feed-rss2.php
r30754 r32468 6 6 */ 7 7 8 header('Content-Type: ' . feed_content_type('rss -http') . '; charset=' . get_option('blog_charset'), true);8 header('Content-Type: ' . feed_content_type('rss2') . '; charset=' . get_option('blog_charset'), true); 9 9 $more = 1; 10 10
Note: See TracChangeset
for help on using the changeset viewer.