Make WordPress Core

Changeset 52452


Ignore:
Timestamp:
01/05/2022 10:13:43 PM (17 months ago)
Author:
audrasjb
Message:

Help/About: Correction on the documentation link about adding new themes.

In the Themes Screen Help Tab, the "Documentation on Adding New Themes" link previously targeted the "Using Themes" HelpHub post whereas it had to target the "Install Themes" section of "Appearance Themes Screen" HelpHub post, which is more relevant.

Props jdy68.
Fixes #54709.

File:
1 edited

Legend:

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

    r51923 r52452  
    138138get_current_screen()->set_help_sidebar(
    139139    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    140     '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/#adding-new-themes">Documentation on Adding New Themes</a>' ) . '</p>' .
     140    '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-themes-screen/#install-themes">Documentation on Adding New Themes</a>' ) . '</p>' .
    141141    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    142142);
Note: See TracChangeset for help on using the changeset viewer.