Changeset 55791 for branches/5.0/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 04:02:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/ajax-actions.php
r54571 r55791 2258 2258 } 2259 2259 2260 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2261 wp_send_json_error(); 2262 } 2263 2260 2264 $post_ids = array(); 2261 2265 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.