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-admin/admin.php

    r47220 r47233  
    9494auth_redirect();
    9595
    96 // Schedule trash collection.
     96// Schedule Trash collection.
    9797if ( ! wp_next_scheduled( 'wp_scheduled_delete' ) && ! wp_installing() ) {
    9898    wp_schedule_event( time(), 'daily', 'wp_scheduled_delete' );
Note: See TracChangeset for help on using the changeset viewer.