mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Themes: Add feedback for screen readers when search results are changed.
props obenland, joedolson. see #26600. git-svn-id: https://develop.svn.wordpress.org/trunk@31497 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -166,10 +166,10 @@ include(ABSPATH . 'wp-admin/admin-header.php');
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="theme-browser content-filterable"></div>
|
||||
<div class="theme-browser content-filterable" aria-live="polite">
|
||||
<p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
|
||||
</div>
|
||||
<div class="theme-install-overlay wp-full-overlay expanded"></div>
|
||||
|
||||
<p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
|
||||
<span class="spinner"></span>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
Reference in New Issue
Block a user