diff --git a/wp-admin/upload.php b/wp-admin/upload.php index daa37353ac..7043dc279c 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -180,7 +180,7 @@ if ( 'grid' === $mode ) { 'content' => '
' . __( 'All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first.' ) . '
' . '' . __( 'You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media.' ) . '
' . - '' . __( 'To delete media items, click the “Bulk select” button at the top of the screen. Select any items you wish to delete, then click the “Delete permanently” button. Clicking the “Cancel” button takes you back to viewing your media.' ) . '
', + '' . __( 'To delete media items, click the Bulk select button at the top of the screen. Select any items you wish to delete, then click the Delete permanently button. Clicking the Cancel button takes you back to viewing your media.' ) . '
', ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f151835fb..f8ea1c1984 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61278'; +$wp_version = '7.0-alpha-61279'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.