Make WordPress Core


Ignore:
Timestamp:
11/09/2012 01:44:02 AM (13 years ago)
Author:
koopersmith
Message:

Media: Add batch insertion workflow. see #21390.

File:
1 edited

Legend:

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

    r22437 r22480  
    339339        'createNewGallery'  => __( 'Create a new gallery' ),
    340340        'insertIntoPost'    => __( 'Insert into post' ),
    341         'addToGallery'      => __( 'Add to gallery' ),
    342341
    343342        // Embed
     
    347346        'batchInsert'      => __( 'Batch insert' ),
    348347        'cancelBatchTitle' => __( '← Cancel Batch' ),
     348        'editBatchTitle'   => __( 'Edit Batch' ),
     349        'addToBatch'       => __( 'Add to batch' ),
    349350
    350351        // Gallery
     
    355356        'updateGallery'      => __( 'Update gallery' ),
    356357        'continueEditing'    => __( 'Continue editing' ),
     358        'addToGallery'       => __( 'Add to gallery' ),
    357359    ) );
    358360
Note: See TracChangeset for help on using the changeset viewer.