Changeset 55778 for branches/5.7/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:35:46 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7/src/wp-admin/includes/ajax-actions.php
r54553 r55778 2723 2723 } 2724 2724 2725 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2726 wp_send_json_error(); 2727 } 2728 2725 2729 $post_ids = array(); 2726 2730 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.