Changeset 53024 for trunk/src/wp-admin/customize.php
- Timestamp:
- 03/29/2022 07:07:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r52053 r53024 223 223 </div> 224 224 <div class="wp-full-overlay-sidebar-content" tabindex="-1"> 225 <div id="customize-info" class="accordion-section customize-info" >225 <div id="customize-info" class="accordion-section customize-info" data-block-theme="<?php echo (int) wp_is_block_theme(); ?>"> 226 226 <div class="accordion-section-title"> 227 227 <span class="preview-notice"> … … 236 236 <p> 237 237 <?php 238 _e( 'The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements. ' );238 _e( 'The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements. The Customizer is intended for use with non-block themes.' ); 239 239 ?> 240 240 </p>
Note: See TracChangeset
for help on using the changeset viewer.