mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Admin/Help: add docs links to several screens.
This change intends to better guide users towards many of the useful resources available on WordPress.org. * Appearance/Customizer - Add link to Customizer docs. * Appearance/Editor - Improve link text & destination. * Privacy Settings - Link to Privacy Settings docs. * Site Health - Link to Site Health docs. Props audrasjb, jdy68, webcommsat. Fixes #54357. git-svn-id: https://develop.svn.wordpress.org/trunk@52053 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -233,9 +233,16 @@ do_action( 'customize_controls_head' );
|
||||
<button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button>
|
||||
</div>
|
||||
<div class="customize-panel-description">
|
||||
<?php
|
||||
_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.' );
|
||||
?>
|
||||
<p>
|
||||
<?php
|
||||
_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.' );
|
||||
?>
|
||||
</p>
|
||||
<p>
|
||||
<?php
|
||||
_e( '<a href="https://wordpress.org/support/article/appearance-customize-screen/">Documentation on Customizer</a>' );
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user