Ticket #18690: 18690.widgets-accessibility-mode.patch
| File 18690.widgets-accessibility-mode.patch, 352 bytes (added by SergeyBiryukov, 20 months ago) |
|---|
-
wp-admin/widgets.php
31 31 $title = __( 'Widgets' ); 32 32 $parent_file = 'themes.php'; 33 33 34 $current_screen->add_option(''); 34 35 $current_screen->add_option_context( 35 36 '<p>test</p>' 36 37 );
