Changeset 19586
- Timestamp:
- 12/11/2011 12:03:24 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/async-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r17390 r19586 24 24 require_once('./admin.php'); 25 25 26 header('Content-Type: text/ plain; charset=' . get_option('blog_charset'));26 header('Content-Type: text/html; charset=' . get_option('blog_charset')); 27 27 28 28 if ( !current_user_can('upload_files') )
Note: See TracChangeset
for help on using the changeset viewer.