diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 85a4c400cf..e4256f00a1 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -3477,7 +3477,7 @@ function _wp_customize_include() { 'messenger_channel', 'settings_previewed', 'autosaved', - 'branching', + 'branching' ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index e688d43bbd..f868081da7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta2-52349'; +$wp_version = '5.9-beta2-52350'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.