diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index dadef0dd4b..0dd0e1ff43 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -119,8 +119,9 @@ include(ABSPATH . 'wp-admin/admin-header.php'); ?>
-

+ + ' . __( 'Upload Theme' ) . ''; } - ?> + ?> + +
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index c40f009536..c0b689a6a5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39526'; +$wp_version = '4.8-alpha-39527'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.