mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +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:
@@ -376,7 +376,7 @@ if ( 'post' == $post_type ) {
|
||||
|
||||
if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) {
|
||||
$publish_box .= '<li>' . sprintf(
|
||||
/* translators: %s: Featured Image. */
|
||||
/* translators: %s: Featured image. */
|
||||
__( '<strong>%s</strong> — This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the image as a post thumbnail on the home page, a custom header, etc.' ),
|
||||
esc_html( $post_type_object->labels->featured_image )
|
||||
) . '</li>';
|
||||
|
||||
Reference in New Issue
Block a user