Changeset 40650 for trunk/src/wp-includes/media.php
- Timestamp:
- 05/12/2017 12:49:14 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r40628 r40650 3498 3498 'trash' => _x( 'Trash', 'noun' ), 3499 3499 'uploadedToThisPost' => $post_type_object->labels->uploaded_to_this_item, 3500 'warnDelete' => __( "You are about to permanently delete this item .\nThis will remove it from your site.\n 'Cancel' to stop, 'OK' to delete." ),3501 'warnBulkDelete' => __( "You are about to permanently delete these items .\nThis will remove them from your site.\n 'Cancel' to stop, 'OK' to delete." ),3500 'warnDelete' => __( "You are about to permanently delete this item from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete." ), 3501 'warnBulkDelete' => __( "You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete." ), 3502 3502 'warnBulkTrash' => __( "You are about to trash these items.\n 'Cancel' to stop, 'OK' to delete." ), 3503 3503 'bulkSelect' => __( 'Bulk Select' ), … … 3746 3746 $srcs = array(); 3747 3747 3748 $shortcode_attrs = shortcode_parse_atts( $shortcode[3] ); 3748 $shortcode_attrs = shortcode_parse_atts( $shortcode[3] ); 3749 3749 if ( ! is_array( $shortcode_attrs ) ) { 3750 3750 $shortcode_attrs = array();
Note: See TracChangeset
for help on using the changeset viewer.