mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Post Thumbnails: Remove an unused nonce in _wp_post_thumbnail_html().
See #12922. git-svn-id: https://develop.svn.wordpress.org/trunk@38137 602fd350-edb4-49c9-b593-d223f7449a82
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