Changeset 55780 for branches/4.5/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:39:32 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5/src/wp-admin/includes/ajax-actions.php
r45950 r55780 2169 2169 } 2170 2170 2171 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2172 wp_send_json_error(); 2173 } 2174 2171 2175 $post_ids = array(); 2172 2176 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.