Changeset 4144 for trunk/wp-admin/export.php
- Timestamp:
- 08/30/2006 09:46:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r3769 r4144 29 29 header('Content-Type: application/octet-stream'); 30 30 header("Content-Disposition: attachment; filename=$filename"); 31 header('Content-type: text/xml; charset=' . get_ settings('blog_charset'), true);31 header('Content-type: text/xml; charset=' . get_option('blog_charset'), true); 32 32 //$posts = query_posts(''); 33 33 $posts = $wpdb->get_results("SELECT * FROM $wpdb->posts ORDER BY post_date_gmt ASC");
Note: See TracChangeset
for help on using the changeset viewer.