Changeset 55276 for trunk/src/wp-includes/customize/class-wp-customize-background-position-control.php
- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-background-position-control.php
r51637 r55276 91 91 <div class="customize-control-content"> 92 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 99 <div class="background-position-control"> 95 100 <?php foreach ( $options as $group ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.