Changeset 5640 for trunk/wp-admin/export.php
- Timestamp:
- 06/02/2007 05:21:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r5563 r5640 52 52 header('Content-Description: File Transfer'); 53 53 header("Content-Disposition: attachment; filename=$filename"); 54 header('Content- type: text/xml; charset=' . get_option('blog_charset'), true);54 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 55 55 56 56 $where = '';
Note: See TracChangeset
for help on using the changeset viewer.