Changeset 38137 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 07/22/2016 11:43:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r38136 r38137 1420 1420 $thumbnail_html = wp_get_attachment_image( $thumbnail_id, $size ); 1421 1421 1422 if ( !empty( $thumbnail_html ) ) { 1423 $ajax_nonce = wp_create_nonce( 'set_post_thumbnail-' . $post->ID ); 1422 if ( ! empty( $thumbnail_html ) ) { 1424 1423 $content = sprintf( $set_thumbnail_link, 1425 1424 esc_url( $upload_iframe_src ),
Note: See TracChangeset
for help on using the changeset viewer.