- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-widget-area-customize-control.php
r49678 r55276 61 61 <span class="reorder-done"><?php _e( 'Done' ); ?></span> 62 62 </button> 63 <p class="screen-reader-text" id="<?php echo esc_attr( $id ); ?>"><?php _e( 'When in reorder mode, additional controls to reorder widgets will be available in the widgets list above.' ); ?></p> 63 <p class="screen-reader-text" id="<?php echo esc_attr( $id ); ?>"> 64 <?php 65 /* translators: Hidden accessibility text. */ 66 _e( 'When in reorder mode, additional controls to reorder widgets will be available in the widgets list above.' ); 67 ?> 68 </p> 64 69 <?php 65 70 }
Note: See TracChangeset
for help on using the changeset viewer.