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/rest-api/endpoints/class-wp-rest-comments-controller.php

    r47122 r47233  
    100100                            'type'        => 'boolean',
    101101                            'default'     => false,
    102                             'description' => __( 'Whether to bypass trash and force deletion.' ),
     102                            'description' => __( 'Whether to bypass Trash and force deletion.' ),
    103103                        ),
    104104                        'password' => array(
     
    956956         * Filters whether a comment can be trashed.
    957957         *
    958          * Return false to disable trash support for the post.
     958         * Return false to disable Trash support for the post.
    959959         *
    960960         * @since 4.7.0
Note: See TracChangeset for help on using the changeset viewer.