Changeset 4839
- Timestamp:
- 04/10/2013 04:28:30 AM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/functions.php
r4837 r4839 1835 1835 1836 1836 // Display the feed 1837 header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );1837 header( 'Content-Type: ' . feed_content_type( 'rss-http' ) . '; charset=' . get_option( 'blog_charset' ), true ); 1838 1838 header( 'Status: 200 OK' ); 1839 1839 echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>'; ?> -
trunk/includes/topics/functions.php
r4837 r4839 3314 3314 3315 3315 // Display the feed 3316 header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );3316 header( 'Content-Type: ' . feed_content_type( 'rss-http' ) . '; charset=' . get_option( 'blog_charset' ), true ); 3317 3317 header( 'Status: 200 OK' ); 3318 3318 echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>'; ?>
Note: See TracChangeset
for help on using the changeset viewer.