Changeset 37800 for branches/4.1/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/21/2016 02:45:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-admin/includes/ajax-actions.php
r34153 r37800 2576 2576 wp_send_json_error(); 2577 2577 2578 if ( ! current_user_can( ' read_post', $post->ID ) )2578 if ( ! current_user_can( 'edit_post', $post->ID ) ) 2579 2579 wp_send_json_error(); 2580 2580
Note: See TracChangeset
for help on using the changeset viewer.