- Timestamp:
- 09/28/2016 07:53:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-widget-area-customize-control.php
r35636 r38672 58 58 $id = 'reorder-widgets-desc-' . str_replace( array( '[', ']' ), array( '-', '' ), $this->id ); 59 59 ?> 60 <button type="button" class="button -secondaryadd-new-widget" aria-expanded="false" aria-controls="available-widgets">60 <button type="button" class="button add-new-widget" aria-expanded="false" aria-controls="available-widgets"> 61 61 <?php _e( 'Add a Widget' ); ?> 62 62 </button>
Note: See TracChangeset
for help on using the changeset viewer.