From 52f51d65ae102e2f16953689b21a79db85dccf2f Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 14 Nov 2014 17:46:22 +0000 Subject: [PATCH] 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 --- wp-includes/media.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.