Changeset 51637 for trunk/src/wp-admin/includes/class-custom-background.php
- Timestamp:
- 08/19/2021 02:06:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-background.php
r50706 r51637 419 419 <?php foreach ( $group as $value => $input ) : ?> 420 420 <label> 421 <input class=" screen-reader-text" name="background-position" type="radio" value="<?php echo esc_attr( $value ); ?>"<?php checked( $value, $background_position ); ?>>421 <input class="ui-helper-hidden-accessible" name="background-position" type="radio" value="<?php echo esc_attr( $value ); ?>"<?php checked( $value, $background_position ); ?>> 422 422 <span class="button display-options position"><span class="<?php echo esc_attr( $input['icon'] ); ?>" aria-hidden="true"></span></span> 423 423 <span class="screen-reader-text"><?php echo $input['label']; ?></span>
Note: See TracChangeset
for help on using the changeset viewer.