diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 5e62f54824..0e14ff32dc 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -56,6 +56,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
diff --git a/wp-includes/version.php b/wp-includes/version.php index d3dcc7762b..16f6865496 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,14 +4,14 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32453'; +$wp_version = '4.3-alpha-32454'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 32378; +$wp_db_version = 32453; /** * Holds the TinyMCE version |