Changeset 8022
- Timestamp:
- 05/30/08 20:42:51 (3 months ago)
- Files:
-
- branches/2.5/wp-admin/async-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-admin/async-upload.php
r7683 r8022 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') )
