Changeset 11503 for trunk/wp-admin/includes/template.php
- Timestamp:
- 06/01/2009 11:31:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r11485 r11503 3432 3432 $_wp_contextual_help = array(); 3433 3433 3434 $widgets_access = ''; 3435 3434 3436 switch ( $screen ) { 3435 3437 case 'post': … … 3475 3477 $_wp_contextual_help['widgets'] = $help; 3476 3478 } 3479 $widgets_access = '<p><a id="access-on" href="widgets.php?widgets-access=on">' . __('Enable accessibility mode') . '</a><a id="access-off" href="widgets.php?widgets-access=off">' . __('Disable accessibility mode') . "</a></p>\n"; 3480 $show_screen = true; 3477 3481 break; 3478 3482 } … … 3497 3501 <?php echo screen_layout($screen); ?> 3498 3502 <?php echo $screen_options; ?> 3503 <?php echo $widgets_access; ?> 3499 3504 <div><?php wp_nonce_field( 'screen-options-nonce', 'screenoptionnonce', false ); ?></div> 3500 3505 </form>
Note: See TracChangeset
for help on using the changeset viewer.