Changes from tags/6.2/src/wp-admin/includes/ajax-actions.php at r55816 to tags/6.2.1/src/wp-admin/includes/ajax-actions.php at r55816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/6.2.1/src/wp-admin/includes/ajax-actions.php
r55816 r55816 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.