Changeset 22212 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/12/2012 04:02:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r22200 r22212 1834 1834 wp_send_json_error(); 1835 1835 1836 check_ajax_referer( 'save-attachment', 'nonce' ); 1837 1836 1838 if ( ! current_user_can( 'edit_post', $id ) ) 1837 1839 wp_send_json_error();
Note: See TracChangeset
for help on using the changeset viewer.