Changeset 37803 for branches/3.9/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/21/2016 02:47:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9/src/wp-admin/includes/ajax-actions.php
r34155 r37803 2167 2167 wp_send_json_error(); 2168 2168 2169 if ( ! current_user_can( ' read_post', $post->ID ) )2169 if ( ! current_user_can( 'edit_post', $post->ID ) ) 2170 2170 wp_send_json_error(); 2171 2171
Note: See TracChangeset
for help on using the changeset viewer.