Make WordPress Core


Ignore:
Timestamp:
11/09/2012 09:47:12 AM (12 years ago)
Author:
koopersmith
Message:

Media: Add a basic starting frame for upload/library selection.

media.view.MediaFrame.Select is a frame class with a handful of sensible defaults to handle selecting and uploading items in the media library.

see #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r22492 r22494  
    329329        'insertMedia' => __( 'Insert Media' ),
    330330        'search'      => __( 'Search' ),
     331        'select'      => __( 'Select' ),
    331332        'cancel'      => __( 'Cancel' ),
    332333        'addImages'   => __( 'Add images' ),
Note: See TracChangeset for help on using the changeset viewer.