Ticket #17979: update-inactive-sidebar-text.diff
| File update-inactive-sidebar-text.diff, 938 bytes (added by chrisbliss18, 18 months ago) |
|---|
-
wp-admin/widgets.php
65 65 if ( !isset( $wp_registered_sidebars[ $sidebar_id ] ) ) { 66 66 if ( ! empty( $widgets ) ) { // register the inactive_widgets area as sidebar 67 67 register_sidebar(array( 68 'name' => __( 'Inactive Sidebar ( from previous theme)' ),68 'name' => __( 'Inactive Sidebar (not used)' ), 69 69 'id' => $sidebar_id, 70 70 'class' => 'inactive-sidebar orphan-sidebar', 71 'description' => __( 'This is a left over sidebar from an old theme and does not show anywhere on your site' ),71 'description' => __( 'This sidebar is no longer available and does not show anywhere on your site. Remove each of the widgets below to fully remove this inactive sidebar.' ), 72 72 'before_widget' => '', 73 73 'after_widget' => '', 74 74 'before_title' => '',
