Media: Remove another unused string.
props pavelevap. see #29741. git-svn-id: https://develop.svn.wordpress.org/trunk@30342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fd6bf722b7
commit
437d90710d
|
@ -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' ),
|
||||
|
|
Loading…
Reference in New Issue