diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php
index cc18806d28..ca3d16278e 100644
|
a
|
b
|
if ( current_user_can( 'switch_themes' ) && isset( $_GET['action'] ) ) { |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | // Used in the HTML title tag. |
| 127 | | $title = __( 'Manage Themes' ); |
| | 127 | $title = __( 'Themes' ); |
| 128 | 128 | $parent_file = 'themes.php'; |
| 129 | 129 | |
| 130 | 130 | // Help tab: Overview. |
| … |
… |
if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( |
| 205 | 205 | get_current_screen()->set_help_sidebar( |
| 206 | 206 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
| 207 | 207 | '<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 Managing Themes</a>' ) . '</p>' . |
| 208 | 209 | $help_sidebar_autoupdates . |
| 209 | 210 | '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' |
| 210 | 211 | ); |