wp/wp-includes/customize/class-wp-widget-area-customize-control.php
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    58 		</button>
    58 		</button>
    59 		<button type="button" class="button-link reorder-toggle" aria-label="<?php esc_attr_e( 'Reorder widgets' ); ?>" aria-describedby="<?php echo esc_attr( $id ); ?>">
    59 		<button type="button" class="button-link reorder-toggle" aria-label="<?php esc_attr_e( 'Reorder widgets' ); ?>" aria-describedby="<?php echo esc_attr( $id ); ?>">
    60 			<span class="reorder"><?php _e( 'Reorder' ); ?></span>
    60 			<span class="reorder"><?php _e( 'Reorder' ); ?></span>
    61 			<span class="reorder-done"><?php _e( 'Done' ); ?></span>
    61 			<span class="reorder-done"><?php _e( 'Done' ); ?></span>
    62 		</button>
    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 		<?php
    69 		<?php
    65 	}
    70 	}
    66 }
    71 }