Changeset 59825 for trunk/src/wp-admin/customize.php
- Timestamp:
- 02/14/2025 08:32:48 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r59789 r59825 234 234 <div id="customize-info" class="accordion-section customize-info" data-block-theme="<?php echo (int) wp_is_block_theme(); ?>"> 235 235 <div class="accordion-section-title"> 236 < spanclass="preview-notice">236 <h2 class="preview-notice"> 237 237 <?php 238 238 /* translators: %s: The site/panel title in the Customizer. */ 239 239 printf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name', 'display' ) . '</strong>' ); 240 240 ?> 241 </ span>241 </h2> 242 242 <button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false"><span class="screen-reader-text"> 243 243 <?php
Note: See TracChangeset
for help on using the changeset viewer.