Update WordPress to 5.2
This commit is contained in:
parent
489b5a5914
commit
e00f87f2f5
599 changed files with 119573 additions and 55990 deletions
|
@ -151,7 +151,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['untrash'] = __( 'Restore' );
|
||||
$actions['delete'] = __( 'Delete Permanently' );
|
||||
} else {
|
||||
$actions['trash'] = _x( 'Trash', 'verb' );
|
||||
$actions['trash'] = __( 'Move to Trash' );
|
||||
}
|
||||
} else {
|
||||
$actions['delete'] = __( 'Delete Permanently' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue