Changeset 3456 for trunk/wp-admin/inline-uploading.php
- Timestamp:
- 01/18/2006 07:16:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/inline-uploading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/inline-uploading.php
r3439 r3456 5 5 header('Content-Type: text/html; charset=' . get_option('blog_charset')); 6 6 7 if (!current_user_can(' edit_posts'))8 die(__('You do not have permission to edit posts.'));7 if (!current_user_can('upload_files')) 8 die(__('You do not have permission to upload files.')); 9 9 10 10 $wpvarstoreset = array('action', 'post', 'all', 'last', 'link', 'sort', 'start', 'imgtitle', 'descr', 'attachment');
Note: See TracChangeset
for help on using the changeset viewer.