mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
List Tables/WP_Screen: in WP_Screen, add methods to store, retrieve, and render screen reader text, primarily used by list table screens.
These additions are based on an audit and recommendations by the Accessibility team. #a11y'all Props afercia. Fixes #32147. git-svn-id: https://develop.svn.wordpress.org/trunk@34891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -128,6 +128,8 @@ include(ABSPATH . 'wp-admin/admin-header.php');
|
||||
<?php install_themes_upload(); ?>
|
||||
</div>
|
||||
|
||||
<h2 class="screen-reader-text"><?php _e( 'Filter themes list' ); ?></h2>
|
||||
|
||||
<div class="wp-filter">
|
||||
<div class="filter-count">
|
||||
<span class="count theme-count"></span>
|
||||
@@ -171,6 +173,7 @@ include(ABSPATH . 'wp-admin/admin-header.php');
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="screen-reader-text"><?php _e( 'Themes list' ); ?></h2>
|
||||
<div class="theme-browser content-filterable"></div>
|
||||
<div class="theme-install-overlay wp-full-overlay expanded"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user