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/includes/template.php

    r47219 r47233  
    526526
    527527/**
    528  * Output 'undo move to trash' text for comments
     528 * Output 'undo move to Trash' text for comments
    529529 *
    530530 * @since 2.9.0
     
    536536        <?php
    537537        /* translators: %s: Comment author, filled by AJAX. */
    538         printf( __( 'Comment by %s moved to the trash.' ), '<strong></strong>' );
     538        printf( __( 'Comment by %s moved to the Trash.' ), '<strong></strong>' );
    539539        ?>
    540540        <span class="undo untrash"><a href="#"><?php _e( 'Undo' ); ?></a></span>
Note: See TracChangeset for help on using the changeset viewer.