diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php
index cd3a607ea9..71e95c987c 100644
a
|
b
|
get_current_screen()->add_help_tab( |
137 | 137 | |
138 | 138 | get_current_screen()->set_help_sidebar( |
139 | 139 | '<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>' . |
141 | 141 | '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' |
142 | 142 | ); |
143 | 143 | |