Changeset 55786 for branches/4.8/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:50:47 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8/src/wp-admin/includes/ajax-actions.php
r54568 r55786 2255 2255 } 2256 2256 2257 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2258 wp_send_json_error(); 2259 } 2260 2257 2261 $post_ids = array(); 2258 2262 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.