Changeset 39062 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 10/31/2016 07:29:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r38733 r39062 288 288 continue; 289 289 if ( $meta->post_id != $post_ID ) 290 continue; 291 if ( is_protected_meta( $meta->meta_key, 'post' ) || ! current_user_can( 'edit_post_meta', $post_ID, $meta->meta_key ) ) 290 292 continue; 291 293 if ( is_protected_meta( $value['key'], 'post' ) || ! current_user_can( 'edit_post_meta', $post_ID, $value['key'] ) )
Note: See TracChangeset
for help on using the changeset viewer.