Ticket #29739: media_trash_context.patch
File media_trash_context.patch, 894 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/media.php
2932 2932 'noItemsFound' => __( 'No items found.' ), 2933 2933 'insertIntoPost' => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ), 2934 2934 'unattached' => __( 'Unattached' ), 2935 'trash' => _ _( 'Trash' ),2935 'trash' => _x( 'Trash', 'Media Library Grid Dropdown' ), 2936 2936 'uploadedToThisPost' => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ), 2937 2937 'warnDelete' => __( "You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete." ), 2938 2938 'warnBulkDelete' => __( "You are about to permanently delete these items.\n 'Cancel' to stop, 'OK' to delete." ),