Changeset 55771 for branches/6.1/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:13:50 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/src/wp-admin/includes/ajax-actions.php
r54524 r55771 2772 2772 } 2773 2773 2774 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2775 wp_send_json_error(); 2776 } 2777 2774 2778 $post_ids = array(); 2775 2779 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.