Changeset 26271 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 11/19/2013 06:02:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r26054 r26271 408 408 409 409 <div id="widgets-chooser"> 410 <h3><?php _e( 'Choose a n area to place this widget…' ); ?></h3>410 <h3><?php _e( 'Choose a sidebar:' ); ?></h3> 411 411 <ul class="widgets-chooser-sidebars"></ul> 412 412 <div class="widgets-chooser-actions"> 413 <button class="button-secondary"><?php _e( 'Cancel' ); ?></button> 413 414 <button class="button-primary"><?php _e( 'Add Widget' ); ?></button> 414 <button class="button-secondary"><?php _e( 'Cancel' ); ?></button>415 415 </div> 416 416 </div>
Note: See TracChangeset
for help on using the changeset viewer.