Changeset 29402
- Timestamp:
- 08/06/2014 05:16:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r29336 r29402 184 184 add_meta_box('pageparentdiv', 'page' == $post_type ? __('Page Attributes') : __('Attributes'), 'page_attributes_meta_box', null, 'side', 'core'); 185 185 186 if ( $thumbnail_support )186 if ( $thumbnail_support && current_user_can( 'upload_files' ) ) 187 187 add_meta_box('postimagediv', __('Featured Image'), 'post_thumbnail_meta_box', null, 'side', 'low'); 188 188
Note: See TracChangeset
for help on using the changeset viewer.