mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@47233 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -493,7 +493,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
|
||||
/*
|
||||
* Return if the post type doesn't have post formats, or there are no posts using formats,
|
||||
* or if we're in the trash.
|
||||
* or if we're in the Trash.
|
||||
*/
|
||||
if ( ! is_object_in_taxonomy( $post_type, 'post_format' ) || ! $used_post_formats || $this->is_trash ) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user