diff --git a/wp-admin/contribute.php b/wp-admin/contribute.php index 619af761ab..87b9603492 100644 --- a/wp-admin/contribute.php +++ b/wp-admin/contribute.php @@ -100,7 +100,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
diff --git a/wp-includes/version.php b/wp-includes/version.php index c8cf2600cc..4dc6fa2219 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56333'; +$wp_version = '6.4-alpha-56335'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.