Changeset 42790 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 03/06/2018 05:20:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r42719 r42790 400 400 ); 401 401 } 402 ?> 402 403 $nonce = wp_create_nonce( 'widgets-access' ); 404 ?> 405 <div class="widget-access-link"> 406 <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> 407 </div> 403 408 404 409 <hr class="wp-header-end">
Note: See TracChangeset
for help on using the changeset viewer.