Changeset 55784 for branches/4.7/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:46:57 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/src/wp-admin/includes/ajax-actions.php
r54566 r55784 2198 2198 } 2199 2199 2200 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2201 wp_send_json_error(); 2202 } 2203 2200 2204 $post_ids = array(); 2201 2205 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.