Changeset 55774 for branches/5.9/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:21:39 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/src/wp-admin/includes/ajax-actions.php
r54545 r55774 2733 2733 } 2734 2734 2735 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2736 wp_send_json_error(); 2737 } 2738 2735 2739 $post_ids = array(); 2736 2740 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.