- Timestamp:
- 12/07/2016 10:08:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r39210 r39539 1421 1421 $authors_dropdown = ''; 1422 1422 1423 if ( is_super_admin() ||current_user_can( $post_type_object->cap->edit_others_posts ) ) :1423 if ( current_user_can( $post_type_object->cap->edit_others_posts ) ) : 1424 1424 $users_opt = array( 1425 1425 'hide_if_only_one_author' => false,
Note: See TracChangeset
for help on using the changeset viewer.