Changeset 5969
- Timestamp:
- 01/10/2016 03:25:55 AM (7 years ago)
- Location:
- trunk/src/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r5951 r5969 2196 2196 2197 2197 // Display the feed 2198 header( 'Content-Type: ' . feed_content_type( 'rss -http' ) . '; charset=' . get_option( 'blog_charset' ), true );2198 header( 'Content-Type: ' . feed_content_type( 'rss2' ) . '; charset=' . get_option( 'blog_charset' ), true ); 2199 2199 header( 'Status: 200 OK' ); 2200 2200 echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>'; ?> -
trunk/src/includes/topics/functions.php
r5951 r5969 3781 3781 3782 3782 // Display the feed 3783 header( 'Content-Type: ' . feed_content_type( 'rss -http' ) . '; charset=' . get_option( 'blog_charset' ), true );3783 header( 'Content-Type: ' . feed_content_type( 'rss2' ) . '; charset=' . get_option( 'blog_charset' ), true ); 3784 3784 header( 'Status: 200 OK' ); 3785 3785 echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>'; ?>
Note: See TracChangeset
for help on using the changeset viewer.