Changeset 55773 for branches/6.0/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:18:41 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/src/wp-admin/includes/ajax-actions.php
r54534 r55773 2743 2743 } 2744 2744 2745 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2746 wp_send_json_error(); 2747 } 2748 2745 2749 $post_ids = array(); 2746 2750 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.