Make WordPress Core

Changeset 19453


Ignore:
Timestamp:
11/25/2011 08:00:21 PM (13 years ago)
Author:
azaozz
Message:

Update the text for inactive sidebars, props chrisbliss18 SergeyBiryukov, fixes #19350

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/widgets.php

    r19452 r19453  
    9696        if ( ! empty( $widgets ) ) { // register the inactive_widgets area as sidebar
    9797            register_sidebar(array(
    98                 'name' => __( 'Inactive Sidebar (from previous theme)' ),
     98                'name' => __( 'Inactive Sidebar (not used)' ),
    9999                'id' => 'orphaned_widgets-' . $sidebar_id,
    100100                '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.' ),
    102102                'before_widget' => '',
    103103                'after_widget' => '',
Note: See TracChangeset for help on using the changeset viewer.