Changeset 32844 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 06/18/2015 04:35:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r32707 r32844 975 975 <?php if ( $this->get_help_tabs() ) : ?> 976 976 <div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle"> 977 < a href="#contextual-help-wrap" id="contextual-help-link" class="show-settings" aria-controls="contextual-help-wrap" aria-expanded="false"><?php _e( 'Help' ); ?></a>977 <button type="button" id="contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false"><?php _e( 'Help' ); ?></button> 978 978 </div> 979 979 <?php endif; 980 980 if ( $this->show_screen_options() ) : ?> 981 981 <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle"> 982 < 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>982 <button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen Options' ); ?></button> 983 983 </div> 984 984 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.