Changeset 55789 for branches/5.2/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:59:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/src/wp-admin/includes/ajax-actions.php
r54563 r55789 2517 2517 } 2518 2518 2519 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2520 wp_send_json_error(); 2521 } 2522 2519 2523 $post_ids = array(); 2520 2524 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.