wp/wp-includes/customize/class-wp-customize-background-position-control.php
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    88 		<# if ( data.description ) { #>
    88 		<# if ( data.description ) { #>
    89 			<span class="description customize-control-description">{{{ data.description }}}</span>
    89 			<span class="description customize-control-description">{{{ data.description }}}</span>
    90 		<# } #>
    90 		<# } #>
    91 		<div class="customize-control-content">
    91 		<div class="customize-control-content">
    92 			<fieldset>
    92 			<fieldset>
    93 				<legend class="screen-reader-text"><span><?php _e( 'Image Position' ); ?></span></legend>
    93 				<legend class="screen-reader-text"><span>
       
    94 					<?php
       
    95 					/* translators: Hidden accessibility text. */
       
    96 					_e( 'Image Position' );
       
    97 					?>
       
    98 				</span></legend>
    94 				<div class="background-position-control">
    99 				<div class="background-position-control">
    95 				<?php foreach ( $options as $group ) : ?>
   100 				<?php foreach ( $options as $group ) : ?>
    96 					<div class="button-group">
   101 					<div class="button-group">
    97 					<?php foreach ( $group as $value => $input ) : ?>
   102 					<?php foreach ( $group as $value => $input ) : ?>
    98 						<label>
   103 						<label>