Changeset 1223 for trunk/wp-commentsrss2.php
- Timestamp:
- 05/05/2004 06:32:18 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-commentsrss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r1150 r1223 4 4 } 5 5 6 header('Content-type: application/rss+xml', true);6 header('Content-type: text/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.