Changeset 55772 for branches/4.1/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:17:59 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-admin/includes/ajax-actions.php
r45955 r55772 2012 2012 } 2013 2013 2014 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2015 wp_send_json_error(); 2016 } 2017 2014 2018 $post_ids = array(); 2015 2019 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.