Changeset 37791 for branches/4.5/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/21/2016 02:25:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5/src/wp-admin/includes/ajax-actions.php
r37289 r37791 2762 2762 wp_send_json_error(); 2763 2763 2764 if ( ! current_user_can( ' read_post', $post->ID ) )2764 if ( ! current_user_can( 'edit_post', $post->ID ) ) 2765 2765 wp_send_json_error(); 2766 2766
Note: See TracChangeset
for help on using the changeset viewer.