Changeset 55790 for branches/5.1/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 04:01:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1/src/wp-admin/includes/ajax-actions.php
r54570 r55790 2508 2508 } 2509 2509 2510 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2511 wp_send_json_error(); 2512 } 2513 2510 2514 $post_ids = array(); 2511 2515 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.