diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 5acccf1a0e..43f105f377 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -198,7 +198,7 @@ include(ABSPATH . 'wp-admin/admin-header.php'); $features ) { echo '
'; $feature_name = esc_html( $feature_name ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ff55036440..d7c580f6af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-42002'; +$wp_version = '4.9-beta3-42003'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.