diff --git a/wp-includes/media.php b/wp-includes/media.php index 8c431a2f36..1ab9a61cfd 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index f5c5673819..1bf8691673 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.