From 72593add22c0a462b1ad6595be94e610a1af0be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Mon, 1 Sep 2014 18:39:17 +0000 Subject: [PATCH] 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. Built from https://develop.svn.wordpress.org/trunk@29655 git-svn-id: http://core.svn.wordpress.org/trunk@29429 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/media.php b/wp-includes/media.php index 1529c16260..682da64c34 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -3020,7 +3020,7 @@ function wp_enqueue_media( $args = array() ) { // Media Library 'editMetadata' => __( 'Edit Metadata' ), - 'noMedia' => __( 'No media found. Try a different search.' ), + 'noMedia' => __( 'No media attachments found.' ), ); /**