Changeset 55785 for branches/5.4/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:50:15 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4/src/wp-admin/includes/ajax-actions.php
r54559 r55785 2699 2699 } 2700 2700 2701 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2702 wp_send_json_error(); 2703 } 2704 2701 2705 $post_ids = array(); 2702 2706 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.