Changeset 37797 for branches/4.3/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/21/2016 02:40:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/src/wp-admin/includes/ajax-actions.php
r33468 r37797 2652 2652 wp_send_json_error(); 2653 2653 2654 if ( ! current_user_can( ' read_post', $post->ID ) )2654 if ( ! current_user_can( 'edit_post', $post->ID ) ) 2655 2655 wp_send_json_error(); 2656 2656
Note: See TracChangeset
for help on using the changeset viewer.