diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 7d8601595a..9fb259cd0e 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1077,7 +1077,7 @@ function _wp_post_thumbnail_html( $thumbnail_id = NULL ) { } else { $type = $post->post_type; } - return sprintf( __( '

Your theme does not currently support %2$s thumbnails.

You can hide this module by clicking the "Screen Options" tab.

' ), _x( 'http://codex.wordpress.org/Post_Images', 'Within the post/page thumbnail module on the post/page edit screen' ), $type ); + return sprintf( __( '

Your theme does not currently support %2$s thumbnails.

You can hide this module by clicking the "Screen Options" tab.

' ), _x( 'http://codex.wordpress.org/Post_Images', 'Within the post/page thumbnail module on the post/page edit screen' ), $type ); } $content = '

' . esc_html__( 'Set thumbnail' ) . '

';