mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Posts, Post Types: Change "Featured Image" post label to use sentence case: "Featured image".
This makes it more consistent with other UI elements in the block editor. Props mcsf. Fixes #49371. git-svn-id: https://develop.svn.wordpress.org/trunk@47194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1517,7 +1517,7 @@ function _wp_post_thumbnail_html( $thumbnail_id = null, $post = null ) {
|
||||
$size = isset( $_wp_additional_image_sizes['post-thumbnail'] ) ? 'post-thumbnail' : array( 266, 266 );
|
||||
|
||||
/**
|
||||
* Filters the size used to display the post thumbnail image in the 'Featured Image' meta box.
|
||||
* Filters the size used to display the post thumbnail image in the 'Featured image' meta box.
|
||||
*
|
||||
* Note: When a theme adds 'post-thumbnail' support, a special 'post-thumbnail'
|
||||
* image size is registered, which differs from the 'thumbnail' image size
|
||||
|
||||
Reference in New Issue
Block a user