Changeset 21457 for trunk/wp-admin/includes/screen.php
- Timestamp:
- 08/06/2012 04:26:37 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/screen.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r20715 r21457 745 745 <div id="screen-meta" class="metabox-prefs"> 746 746 747 <div id="contextual-help-wrap" class="<?php echo esc_attr( $help_class ); ?>" >747 <div id="contextual-help-wrap" class="<?php echo esc_attr( $help_class ); ?>" tabindex="-1" aria-label="<?php esc_attr_e('Contextual Help Tab'); ?>"> 748 748 <div id="contextual-help-back"></div> 749 749 <div id="contextual-help-columns"> … … 758 758 759 759 <li id="<?php echo esc_attr( $link_id ); ?>"<?php echo $class; ?>> 760 <a href="<?php echo esc_url( "#$panel_id" ); ?>" >760 <a href="<?php echo esc_url( "#$panel_id" ); ?>" aria-controls="<?php echo esc_attr( $panel_id ); ?>"> 761 761 <?php echo esc_html( $tab['title'] ); ?> 762 762 </a> … … 828 828 <?php if ( $this->get_help_tabs() ) : ?> 829 829 <div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle"> 830 <a href="#contextual-help-wrap" id="contextual-help-link" class="show-settings" ><?php _e( 'Help' ); ?></a>830 <a href="#contextual-help-wrap" id="contextual-help-link" class="show-settings" aria-controls="contextual-help-wrap" aria-expanded="false"><?php _e( 'Help' ); ?></a> 831 831 </div> 832 832 <?php endif; 833 833 if ( $this->show_screen_options() ) : ?> 834 834 <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle"> 835 <a href="#screen-options-wrap" id="show-settings-link" class="show-settings" ><?php _e( 'Screen Options' ); ?></a>835 <a href="#screen-options-wrap" id="show-settings-link" class="show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen Options' ); ?></a> 836 836 </div> 837 837 <?php endif; ?> … … 877 877 878 878 ?> 879 <div id="screen-options-wrap" class="hidden" >879 <div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="<?php esc_attr_e('Screen Options Tab'); ?>"> 880 880 <form id="adv-settings" action="" method="post"> 881 881 <?php if ( isset( $wp_meta_boxes[ $this->id ] ) || $this->get_option( 'per_page' ) || ( $columns && empty( $columns['_title'] ) ) ) : ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)