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