Make WordPress Core


Ignore:
Timestamp:
02/10/2020 04:10:09 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Administration: Capitalize Trash consistently in various messages and comments.

When used as a noun referring to the "virtual" place, Trash should be capitalized.

Props garrett-eclipse, aandrewdixon, Presskopp.
Fixes #45317.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r47198 r47233  
    25422542            }
    25432543
    2544             // Note that if the changeset status was publish, then it will get set to trash if revisions are not supported.
     2544            // Note that if the changeset status was publish, then it will get set to Trash if revisions are not supported.
    25452545            $response['changeset_status'] = $changeset_post->post_status;
    25462546            if ( $is_publish && 'trash' === $response['changeset_status'] ) {
Note: See TracChangeset for help on using the changeset viewer.