Changeset 5969 for trunk/src/includes/topics/functions.php
- Timestamp:
- 01/10/2016 03:25:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.