Changeset 1105
- Timestamp:
- 04/19/2004 08:59:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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').'"?'.'>';
Note: See TracChangeset
for help on using the changeset viewer.