Changeset 29488 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 08/14/2014 04:42:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r29377 r29488 435 435 436 436 $this->manager->add_panel( 'widgets', array( 437 'title' => __( 'Widgets' ),437 'title' => __( 'Widgets' ), 438 438 'description' => __( 'Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars).' ), 439 'priority' => 110, 439 440 ) ); 440 441
Note: See TracChangeset
for help on using the changeset viewer.