Changeset 55787 for branches/4.9/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:53:40 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/src/wp-admin/includes/ajax-actions.php
r54569 r55787 2260 2260 } 2261 2261 2262 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2263 wp_send_json_error(); 2264 } 2265 2262 2266 $post_ids = array(); 2263 2267 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.