Changeset 37779 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/21/2016 02:19:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37743 r37779 2779 2779 wp_send_json_error(); 2780 2780 2781 if ( ! current_user_can( ' read_post', $post->ID ) )2781 if ( ! current_user_can( 'edit_post', $post->ID ) ) 2782 2782 wp_send_json_error(); 2783 2783
Note: See TracChangeset
for help on using the changeset viewer.