equal
deleted
inserted
replaced
94 <div class="background-position-control"> |
94 <div class="background-position-control"> |
95 <?php foreach ( $options as $group ) : ?> |
95 <?php foreach ( $options as $group ) : ?> |
96 <div class="button-group"> |
96 <div class="button-group"> |
97 <?php foreach ( $group as $value => $input ) : ?> |
97 <?php foreach ( $group as $value => $input ) : ?> |
98 <label> |
98 <label> |
99 <input class="screen-reader-text" name="background-position" type="radio" value="<?php echo esc_attr( $value ); ?>"> |
99 <input class="ui-helper-hidden-accessible" name="background-position" type="radio" value="<?php echo esc_attr( $value ); ?>"> |
100 <span class="button display-options position"><span class="<?php echo esc_attr( $input['icon'] ); ?>" aria-hidden="true"></span></span> |
100 <span class="button display-options position"><span class="<?php echo esc_attr( $input['icon'] ); ?>" aria-hidden="true"></span></span> |
101 <span class="screen-reader-text"><?php echo $input['label']; ?></span> |
101 <span class="screen-reader-text"><?php echo $input['label']; ?></span> |
102 </label> |
102 </label> |
103 <?php endforeach; ?> |
103 <?php endforeach; ?> |
104 </div> |
104 </div> |