Changeset 51637 for trunk/src/wp-includes/customize/class-wp-customize-background-position-control.php
- Timestamp:
- 08/19/2021 02:06:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-background-position-control.php
r46586 r51637 97 97 <?php foreach ( $group as $value => $input ) : ?> 98 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 100 <span class="button display-options position"><span class="<?php echo esc_attr( $input['icon'] ); ?>" aria-hidden="true"></span></span> 101 101 <span class="screen-reader-text"><?php echo $input['label']; ?></span>
Note: See TracChangeset
for help on using the changeset viewer.