Changeset 36368
- Timestamp:
- 01/20/2016 09:54:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r36001 r36368 407 407 $wrap_class .= ' ' . $registered_sidebar['class']; 408 408 409 $is_inactive_widgets = 'wp_inactive_widgets' == $registered_sidebar['id']; 409 410 ?> 410 411 <div class="<?php echo esc_attr( $wrap_class ); ?>"> 411 412 <div class="widget-holder inactive"> 412 413 <?php wp_list_widget_controls( $registered_sidebar['id'], $registered_sidebar['name'] ); ?> 414 415 <?php if ( $is_inactive_widgets ) { ?> 413 416 <div class="remove-inactive-widgets"> 414 417 <form action="" method="post"> … … 428 431 </form> 429 432 </div> 433 <?php } ?> 430 434 </div> 435 <?php if ( $is_inactive_widgets ) { ?> 431 436 <p class="description"><?php _e( 'This will clear all items from the inactive widgets list. You will not be able to restore any customizations.' ); ?></p> 437 <?php } ?> 432 438 </div> 433 439 <?php
Note: See TracChangeset
for help on using the changeset viewer.