Make WordPress Core


Ignore:
Timestamp:
07/24/2014 05:25:28 AM (12 years ago)
Author:
helen
Message:

Media Grid: Remove fields from showing in the grid itself.

All details are still available within the modal, and less-distinguishable non-image files still show the filename along with the file type icon.

Reverts [29079], [29078], [29077], and [28995]. see #24716.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upload.php

    r29175 r29280  
    2828        'adminUrl' => parse_url( self_admin_url(), PHP_URL_PATH ),
    2929    ) );
    30 
    31     add_screen_option( 'misc_screen_options', array( 'option' => 'manageuploadgridcolumnshidden', 'id' => 'grid' ) );
    32     add_screen_option( 'title', array( 'label' => __( 'Name' ) ) );
    33     add_screen_option( 'uploadedTo', array( 'label' => __( 'Uploaded To' ) ) );
    34     add_screen_option( 'dateFormatted', array( 'label' => __( 'Date' ) ) );
    35     add_screen_option( 'mime', array( 'label' => __( 'Mime-type' ) ) );
    3630
    3731    get_current_screen()->add_help_tab( array(
Note: See TracChangeset for help on using the changeset viewer.