Changeset 55779 for branches/4.4/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:36:46 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-admin/includes/ajax-actions.php
r45951 r55779 2161 2161 } 2162 2162 2163 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2164 wp_send_json_error(); 2165 } 2166 2163 2167 $post_ids = array(); 2164 2168 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.