Changeset 1575 for trunk/wp-atom.php
- Timestamp:
- 08/30/2004 07:16:40 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-atom.php
r1358 r1575 7 7 } 8 8 9 header('Content-type: application/atom+xml ', true);9 header('Content-type: application/atom+xml; charset=' . get_settings('blog_charset'), true); 10 10 $more = 1; 11 11
Note: See TracChangeset
for help on using the changeset viewer.