Changeset 55788 for branches/5.3/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/16/2023 03:54:29 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3/src/wp-admin/includes/ajax-actions.php
r54562 r55788 2695 2695 } 2696 2696 2697 if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) { 2698 wp_send_json_error(); 2699 } 2700 2697 2701 $post_ids = array(); 2698 2702 // For each URL, try to find its corresponding post ID.
Note: See TracChangeset
for help on using the changeset viewer.