Changeset 50931 for trunk/src/wp-admin/customize.php
- Timestamp:
- 05/19/2021 06:09:27 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r48420 r50931 243 243 244 244 <div id="customize-footer-actions" class="wp-full-overlay-footer"> 245 <button type="button" class="collapse-sidebar button" aria-expanded="true" aria-label="<?php echo esc_attr ( _x( 'Hide Controls', 'label for hide controls button without length constraints' )); ?>">245 <button type="button" class="collapse-sidebar button" aria-expanded="true" aria-label="<?php echo esc_attr_x( 'Hide Controls', 'label for hide controls button without length constraints' ); ?>"> 246 246 <span class="collapse-sidebar-arrow"></span> 247 247 <span class="collapse-sidebar-label"><?php _ex( 'Hide Controls', 'short (~12 characters) label for hide controls button' ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.