Changeset 52053 for trunk/src/wp-admin/customize.php
- Timestamp:
- 11/08/2021 09:41:43 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r52044 r52053 234 234 </div> 235 235 <div class="customize-panel-description"> 236 <?php 237 _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 ?> 236 <p> 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.' ); 239 ?> 240 </p> 241 <p> 242 <?php 243 _e( '<a href="https://wordpress.org/support/article/appearance-customize-screen/">Documentation on Customizer</a>' ); 244 ?> 245 </p> 239 246 </div> 240 247 </div>
Note: See TracChangeset
for help on using the changeset viewer.