diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index cd3a607ea9..71e95c987c 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -137,7 +137,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '
' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on Adding New Themes' ) . '
' . + '' . __( 'Documentation on Adding New Themes' ) . '
' . '' . __( 'Support' ) . '
' );