Ticket #23239: 23239-append.patch
| File 23239-append.patch, 781 bytes (added by , 13 years ago) |
|---|
-
wp-admin/includes/screen.php
902 902 903 903 switch ( $this->id ) { 904 904 case 'widgets': 905 $this->_screen_settings = '<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";905 $this->_screen_settings .= '<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"; 906 906 break; 907 907 } 908 908