Make WordPress Core


Ignore:
Timestamp:
10/07/2015 01:27:01 AM (9 years ago)
Author:
wonderboymusic
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r34086 r34891  
    128128    <?php install_themes_upload(); ?>
    129129    </div>
     130
     131    <h2 class="screen-reader-text"><?php _e( 'Filter themes list' ); ?></h2>
    130132
    131133    <div class="wp-filter">
     
    172174        </div>
    173175    </div>
     176    <h2 class="screen-reader-text"><?php _e( 'Themes list' ); ?></h2>
    174177    <div class="theme-browser content-filterable"></div>
    175178    <div class="theme-install-overlay wp-full-overlay expanded"></div>
Note: See TracChangeset for help on using the changeset viewer.