Make WordPress Core


Ignore:
Timestamp:
07/17/2014 08:41:40 PM (11 years ago)
Author:
helen
Message:

Media Grid:

Instead of a separate bulk selection mode, persistently show a checkbox for each item. Restores the more familiar bulk actions dropdown + action button.

props ericlewis. see #28842.

File:
1 edited

Legend:

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

    r29204 r29212  
    28972897
    28982898        // Library
    2899         'mediaLibraryTitle'  => __( 'Media Library' ),
    2900         'insertMediaTitle'   => __( 'Insert Media' ),
    2901         'createNewGallery'   => __( 'Create a new gallery' ),
    2902         'createNewPlaylist'   => __( 'Create a new playlist' ),
    2903         'createNewVideoPlaylist'   => __( 'Create a new video playlist' ),
    2904         'returnToLibrary'    => __( '← Return to library' ),
    2905         'allMediaItems'      => __( 'All media items' ),
    2906         'allMediaTypes'      => __( 'All media types' ),
    2907         'noItemsFound'       => __( 'No items found.' ),
    2908         'insertIntoPost'     => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ),
    2909         'uploadedToThisPost' => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ),
    2910         'warnDelete' =>      __( "You are about to permanently delete this item.\n  'Cancel' to stop, 'OK' to delete." ),
     2899        'mediaLibraryTitle'      => __( 'Media Library' ),
     2900        'insertMediaTitle'       => __( 'Insert Media' ),
     2901        'createNewGallery'       => __( 'Create a new gallery' ),
     2902        'createNewPlaylist'      => __( 'Create a new playlist' ),
     2903        'createNewVideoPlaylist' => __( 'Create a new video playlist' ),
     2904        'returnToLibrary'        => __( '← Return to library' ),
     2905        'allMediaItems'          => __( 'All media items' ),
     2906        'allMediaTypes'          => __( 'All media types' ),
     2907        'noItemsFound'           => __( 'No items found.' ),
     2908        'insertIntoPost'         => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ),
     2909        'uploadedToThisPost'     => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ),
     2910        'warnDelete'             => __( "You are about to permanently delete this item.\n  'Cancel' to stop, 'OK' to delete." ),
     2911        'warnBulkDelete'         => __( "You are about to permanently delete these items.\n  'Cancel' to stop, 'OK' to delete." ),
     2912        'bulkActions'            => __( 'Bulk Actions' ),
     2913        'deletePermanently'      => __( 'Delete Permanently' ),
     2914        'apply'                  => __( 'Apply' ),
    29112915
    29122916        // Library Details
Note: See TracChangeset for help on using the changeset viewer.