Changeset 1105
- Timestamp:
- 04/19/04 08:59:38 (4 years ago)
- Files:
-
- trunk/wp-commentsrss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-commentsrss2.php
r1049 r1105 4 4 } 5 5 6 header('Content-type: text/xml');6 header('Content-type: application/rss+xml', true); 7 7 8 8 echo '<?xml version="1.0" encoding="'.get_settings('blog_charset').'"?'.'>';
