Make WordPress Core

Changeset 29655


Ignore:
Timestamp:
09/01/2014 06:38:35 PM (11 years ago)
Author:
helen
Message:

Media grid: Don't show a misleading message for an empty library.

This uses the existing string from the list table. We should revisit a better overall experience for the two situations (empty library vs. search with no results) in 4.1.

props voldemortensen.
fixes #29404.

File:
1 edited

Legend:

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

    r29615 r29655  
    30213021        // Media Library
    30223022        'editMetadata' => __( 'Edit Metadata' ),
    3023         'noMedia'      => __( 'No media found. Try a different search.' ),
     3023        'noMedia'      => __( 'No media attachments found.' ),
    30243024    );
    30253025
Note: See TracChangeset for help on using the changeset viewer.