Media: Add filters to the media library. fixes #22514, see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-11-20 13:49:35 +00:00
parent 995c548174
commit 76c67989a7
3 changed files with 104 additions and 10 deletions
+6
View File
@@ -1357,6 +1357,12 @@ function wp_enqueue_media( $args = array() ) {
'insertIntoPost' => __( 'Insert into post' ),
'returnToLibrary' => __( '← Return to library' ),
'allMediaItems' => __( 'All media items' ),
'uploadedToThisPost' => __( 'Uploaded to this post' ),
'images' => __( 'Images' ),
'audio' => __( 'Audio' ),
'videos' => __( 'Videos' ),
// Embed
'embedFromUrlTitle' => __( 'Embed From URL' ),
'insertEmbed' => __( 'Insert embed' ),