Make WordPress Core

Changeset 52543


Ignore:
Timestamp:
01/09/2022 11:12:06 PM (17 months ago)
Author:
audrasjb
Message:

Help/About: Change the HTML title of Themes Screen and add related HelpHub Docs link.

This change replaces the title of the Appearance Themes Screen to make it consistent with the main heading of the screen and with other Admin screens. It also adds a link to the related HelpHub Documentation in the Help tab of the screen.

Props jdy68.
Fixes #54707.

File:
1 edited

Legend:

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

    r52540 r52543  
    125125
    126126// Used in the HTML title tag.
    127 $title       = __( 'Manage Themes' );
     127$title       = __( 'Themes' );
    128128$parent_file = 'themes.php';
    129129
     
    206206    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    207207    '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' .
     208    '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-themes-screen/">Documentation on the Appearance Themes Screen</a>' ) . '</p>' .
    208209    $help_sidebar_autoupdates .
    209210    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
Note: See TracChangeset for help on using the changeset viewer.