Make WordPress Core


Ignore:
Timestamp:
11/15/2012 02:36:06 AM (14 years ago)
Author:
koopersmith
Message:

Media: Enter batch insert workflow by editing the selection instead of having an explicit button. see #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r22580 r22594  
    13561356                'createNewGallery'  => __( 'Create a new gallery' ),
    13571357                'insertIntoPost'    => __( 'Insert into post' ),
     1358                'returnToLibrary'   => __( '← Return to library' ),
    13581359
    13591360                // Embed
     
    15231524                <div class="selection-info">
    15241525                        <span class="count"></span>
     1526                        <# if ( data.editable ) { #>
     1527                                <a class="edit-selection" href="#"><?php _e('Edit'); ?></a>
     1528                        <# } #>
    15251529                        <# if ( data.clearable ) { #>
    15261530                                <a class="clear-selection" href="#"><?php _e('Clear'); ?></a>
Note: See TracChangeset for help on using the changeset viewer.