diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php
index d967c5c..c1b302e 100644
--- a/wp-admin/widgets.php
+++ b/wp-admin/widgets.php
@@ -393,6 +393,8 @@ do_action( 'widgets_admin_page' ); ?>
 			</button>
 			<h2><?php _e( 'Available Widgets' ); ?> <span id="removing-widget"><?php _ex( 'Deactivate', 'removing-widget' ); ?> <span></span></span></h2>
 		</div>
+		<?php $nonce = wp_create_nonce( 'widgets-access' ); ?>
+		<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>
 		<div class="widget-holder">
 			<div class="sidebar-description">
 				<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>
