Changeset 44574 for trunk/src/wp-admin/includes/class-wp-screen.php
- Timestamp:
- 01/12/2019 06:40:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r44130 r44574 919 919 <?php 920 920 endif; 921 if ( $this->show_screen_options() ) :922 ?>921 if ( $this->show_screen_options() ) : 922 ?> 923 923 <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle"> 924 924 <button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen Options' ); ?></button>
Note: See TracChangeset
for help on using the changeset viewer.