Media: Remove unused string.

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


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

View File

@ -2927,6 +2927,7 @@ function wp_enqueue_media( $args = array() ) {
'filterByDate' => __( 'Filter by date' ),
'filterByType' => __( 'Filter by type' ),
'searchMediaLabel' => __( 'Search Media' ),
'noMedia' => __( 'No media attachments found.' ),
// Library Details
'attachmentDetails' => __( 'Attachment Details' ),
@ -2997,10 +2998,6 @@ function wp_enqueue_media( $args = array() ) {
'updateVideoPlaylist' => __( 'Update video playlist' ),
'addToVideoPlaylist' => __( 'Add to video playlist' ),
'addToVideoPlaylistTitle' => __( 'Add to Video Playlist' ),
// Media Library
'editMetadata' => __( 'Edit Metadata' ),
'noMedia' => __( 'No media attachments found.' ),
);
/**

View File

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