Make WordPress Core


Ignore:
Timestamp:
11/08/2021 09:41:43 PM (2 years ago)
Author:
johnjamesjacoby
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/customize.php

    r52044 r52053  
    234234                    </div>
    235235                    <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>
    239246                    </div>
    240247                </div>
Note: See TracChangeset for help on using the changeset viewer.