Make WordPress Core


Ignore:
Timestamp:
02/05/2020 07:07:33 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-advanced.php

    r47122 r47194  
    377377    if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) {
    378378        $publish_box .= '<li>' . sprintf(
    379             /* translators: %s: Featured Image. */
     379            /* translators: %s: Featured image. */
    380380            __( '<strong>%s</strong> &mdash; 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.' ),
    381381            esc_html( $post_type_object->labels->featured_image )
Note: See TracChangeset for help on using the changeset viewer.