Media: Remove another unused string.

props pavelevap.
see #29741.
Built from https://develop.svn.wordpress.org/trunk@30342


git-svn-id: http://core.svn.wordpress.org/trunk@30341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-11-14 17:46:22 +00:00
parent f34d3b1b5a
commit 52f51d65ae
2 changed files with 1 additions and 2 deletions

View File

@ -2907,7 +2907,6 @@ function wp_enqueue_media( $args = array() ) {
'createNewVideoPlaylist' => __( 'Create a new video playlist' ),
'returnToLibrary' => __( '← Return to library' ),
'allMediaItems' => __( 'All media items' ),
'allMediaTypes' => __( 'All media types' ),
'allDates' => __( 'All dates' ),
'noItemsFound' => __( 'No items found.' ),
'insertIntoPost' => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30341';
$wp_version = '4.1-alpha-30342';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.