Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/6.2/src/wp-admin/includes/ajax-actions.php

    r55816 r55816  
    27722772    }
    27732773
    2774     if ( false === check_ajax_referer( 'set-attachment-thumbnail', '_ajax_nonce', false ) ) {
    2775         wp_send_json_error();
    2776     }
    2777 
    27782774    $post_ids = array();
    27792775    // For each URL, try to find its corresponding post ID.
Note: See TracChangeset for help on using the changeset viewer.