diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php
index d967c5c..c1b302e 100644
a
|
b
|
do_action( 'widgets_admin_page' ); ?> |
393 | 393 | </button> |
394 | 394 | <h2><?php _e( 'Available Widgets' ); ?> <span id="removing-widget"><?php _ex( 'Deactivate', 'removing-widget' ); ?> <span></span></span></h2> |
395 | 395 | </div> |
| 396 | <?php $nonce = wp_create_nonce( 'widgets-access' ); ?> |
| 397 | <p><a id="access-on" href="widgets.php?widgets-access=on&_wpnonce=<?php echo urlencode( $nonce ); ?>"><?php _e( 'Enable accessibility mode' ); ?></a><a id="access-off" href="widgets.php?widgets-access=off&_wpnonce=<?php echo urlencode( $nonce ); ?>"><?php _e( 'Disable accessibility mode' ); ?></a></p> |
396 | 398 | <div class="widget-holder"> |
397 | 399 | <div class="sidebar-description"> |
398 | 400 | <p class="description"><?php _e('To activate a widget drag it to a sidebar or click on it. To deactivate a widget and delete its settings, drag it back.'); ?></p> |