Changeset 19453
- Timestamp:
- 11/25/2011 08:00:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/widgets.php
r19452 r19453 96 96 if ( ! empty( $widgets ) ) { // register the inactive_widgets area as sidebar 97 97 register_sidebar(array( 98 'name' => __( 'Inactive Sidebar ( from previous theme)' ),98 'name' => __( 'Inactive Sidebar (not used)' ), 99 99 'id' => 'orphaned_widgets-' . $sidebar_id, 100 100 'class' => 'inactive-sidebar orphan-sidebar', 101 'description' => __( 'This is a left over sidebar from an old theme and does not show anywhere on your site' ),101 '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.' ), 102 102 'before_widget' => '', 103 103 'after_widget' => '',
Note: See TracChangeset
for help on using the changeset viewer.