diff --git a/wp-includes/customize/class-wp-customize-themes-section.php b/wp-includes/customize/class-wp-customize-themes-section.php index 53407348f1..64c36c9099 100644 --- a/wp-includes/customize/class-wp-customize-themes-section.php +++ b/wp-includes/customize/class-wp-customize-themes-section.php @@ -123,7 +123,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section { ?> <# if ( 'wporg' === data.action ) { #> -
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 54d6a58ec0..7fbab7f140 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-beta2-60038'; +$wp_version = '6.8-beta2-60039'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.