Make WordPress Core


Ignore:
Timestamp:
10/14/2016 09:32:08 PM (9 years ago)
Author:
afercia
Message:

Administration: Better consistency for the Media, Add Plugins, and Add Themes toolbars.

Fixes the Add Themes toolbar padding. Standardizes the placeholders to no title
case and three trailing dots. Expands the Media search placeholder in
"Search media items..." for consistency with the Plugins and Themes toolbars.

Props mikeviele, jamesacero, mattking5000, koenschipper, dungengronovius.

Fixes #38010.

File:
1 edited

Legend:

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

    r38597 r38795  
    34213421        'filterByType'           => __( 'Filter by type' ),
    34223422        'searchMediaLabel'       => __( 'Search Media' ),
     3423        'searchMediaPlaceholder' => __( 'Search media items...' ), // placeholder (no ellipsis)
    34233424        'noMedia'                => __( 'No media files found.' ),
    34243425
Note: See TracChangeset for help on using the changeset viewer.