Changeset 5640 for trunk/wp-admin/upload.php
- Timestamp:
- 06/02/2007 05:21:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r5635 r5640 2 2 require_once('admin.php'); 3 3 4 @header('Content- type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));4 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 5 5 6 6 if (!current_user_can('upload_files'))
Note: See TracChangeset
for help on using the changeset viewer.