Changeset 55764 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 02:26:01 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r55703 r55764 2772 2772 } 2773 2773 2774 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2775 wp_send_json_error(); 2776 } 2777 2774 2778 $post_ids = array(); 2775 2779 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.