Make WordPress Core

Changeset 54252

Timestamp:
09/20/2022 01:46:03 PM (23 months ago)
Author:
audrasjb
Message:

Help/About: Add a help tab in Theme Install screen for the new "Block Themes" search filter.

Follow-up to [53906].

Props audrasjb, poena, robinwpdeveloper, webcommsat.
Fixes #56405.

File:
1 edited

Legend:

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

    r53908 r54252  
    139139);
    140140
     141
     142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
    141154get_current_screen()->set_help_sidebar(
    142155    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    143156    '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-themes-screen/#install-themes">Documentation on Adding New Themes</a>' ) . '</p>' .
     157
    144158    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    145159);
Note: See TracChangeset for help on using the changeset viewer.