- Timestamp:
- 07/06/2020 09:50:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r48240 r48352 416 416 if ( current_user_can( $post_type_obj->cap->delete_posts ) ) { 417 417 if ( $this->is_trash || ! EMPTY_TRASH_DAYS ) { 418 $actions['delete'] = __( 'Delete Permanently' );418 $actions['delete'] = __( 'Delete permanently' ); 419 419 } else { 420 $actions['trash'] = __( 'Move to Trash' );420 $actions['trash'] = __( 'Move to trash' ); 421 421 } 422 422 }
Note: See TracChangeset
for help on using the changeset viewer.