Changeset 8021 for trunk/wp-admin/async-upload.php
- Timestamp:
- 05/30/2008 08:42:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r7971 r8021 16 16 require_once('admin.php'); 17 17 18 header('Content-Type: text/plain ');18 header('Content-Type: text/plain; charset=' . get_option('blog_charset')); 19 19 20 20 if ( !current_user_can('upload_files') )
Note: See TracChangeset
for help on using the changeset viewer.