Opened 10 years ago
Closed 10 years ago
#29404 closed enhancement (fixed)
Confusing Media Grid message when there is no media uploaded
Reported by: | gluten | Owned by: | helen |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Text Changes | Keywords: | commit has-patch dev-reviewed |
Focuses: | ui, administration | Cc: |
Description
When I open the media library grid view in WordPress 4.0-RC1 for a website which does not have any media uploads I get the message "No media found. Try a different search." I see this message even if I have not performed a search.
The message in the list view says "No media attachments found." This message makes much more sense when there are no uploads, and still works for a search with no results. It also seems like whatever the text is, it should consistent across both media library views.
Attachments (1)
Change History (9)
#2
@
10 years ago
A point to bring up, the "Try a different search." wording is also in theme-install.php
./wp-admin/theme-install.php: <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
However, I think this wouldn't need to be changed because that wording doesn't show when initially visiting /wp-admin/theme-install.php. It will only trigger on a bad search.
#3
@
10 years ago
- Keywords commit added
I'm good with this for 4.0 - we can look at a better empty library prompt in 4.1 (as opposed to a different prompt for a search with no results).
Introduced in [29136].