Post Thumbnails: Remove an unused nonce in _wp_post_thumbnail_html().
See #12922. Built from https://develop.svn.wordpress.org/trunk@38137 git-svn-id: http://core.svn.wordpress.org/trunk@38078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1419,8 +1419,7 @@ function _wp_post_thumbnail_html( $thumbnail_id = null, $post = null ) {
|
||||
|
||||
$thumbnail_html = wp_get_attachment_image( $thumbnail_id, $size );
|
||||
|
||||
if ( !empty( $thumbnail_html ) ) {
|
||||
$ajax_nonce = wp_create_nonce( 'set_post_thumbnail-' . $post->ID );
|
||||
if ( ! empty( $thumbnail_html ) ) {
|
||||
$content = sprintf( $set_thumbnail_link,
|
||||
esc_url( $upload_iframe_src ),
|
||||
' aria-describedby="set-post-thumbnail-desc"',
|
||||
|
||||
Reference in New Issue
Block a user