Make WordPress Core


Ignore:
Timestamp:
02/05/2020 07:07:33 PM (7 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/includes/post.php

    r47119 r47194  
    15181518
    15191519                /**
    1520                  * Filters the size used to display the post thumbnail image in the 'Featured Image' meta box.
     1520                 * Filters the size used to display the post thumbnail image in the 'Featured image' meta box.
    15211521                 *
    15221522                 * Note: When a theme adds 'post-thumbnail' support, a special 'post-thumbnail'
Note: See TracChangeset for help on using the changeset viewer.