diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 8a0b1d84fe..9690216965 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -245,7 +245,7 @@ function list_plugin_updates() { - + @@ -298,7 +298,7 @@ function list_plugin_updates() { - + @@ -330,7 +330,7 @@ function list_theme_updates() {
- + @@ -349,7 +349,7 @@ function list_theme_updates() { - + diff --git a/wp-includes/version.php b/wp-includes/version.php index b743dc08fa..6a89221037 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33132'; +$wp_version = '4.3-beta1-33133'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.