diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index cd3a607ea9..71e95c987c 100644 --- a/wp-admin/theme-install.php +++ b/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' ) . '
' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ad9ca39ab7..b8b961c433 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52451'; +$wp_version = '6.0-alpha-52452'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.