Changeset 42228 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r42211 r42228 65 65 66 66 if ( isset( $post_data['user_ID'] ) && ( $post_data['post_author'] != $post_data['user_ID'] ) 67 && ! current_user_can( $ptype->cap->edit_others_posts ) ) { 67 && ! current_user_can( $ptype->cap->edit_others_posts ) ) { 68 68 69 if ( $update ) { 69 70 if ( 'page' == $post_data['post_type'] )
Note: See TracChangeset
for help on using the changeset viewer.