- Timestamp:
- 02/07/2023 05:08:26 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-panel.php
r52610 r55276 68 68 ?> 69 69 <li class="panel-meta customize-info accordion-section <# if ( ! data.description ) { #> cannot-expand<# } #>"> 70 <button class="customize-panel-back" tabindex="-1" type="button"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></button> 70 <button class="customize-panel-back" tabindex="-1" type="button"><span class="screen-reader-text"> 71 <?php 72 /* translators: Hidden accessibility text. */ 73 _e( 'Back' ); 74 ?> 75 </span></button> 71 76 <div class="accordion-section-title"> 72 77 <span class="preview-notice"> … … 81 86 <?php if ( current_user_can( 'install_themes' ) && ! is_multisite() ) : ?> 82 87 <# if ( data.description ) { #> 83 <button class="customize-help-toggle dashicons dashicons-editor-help" type="button" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button> 88 <button class="customize-help-toggle dashicons dashicons-editor-help" type="button" aria-expanded="false"><span class="screen-reader-text"> 89 <?php 90 /* translators: Hidden accessibility text. */ 91 _e( 'Help' ); 92 ?> 93 </span></button> 84 94 <# } #> 85 95 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.