diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php index ca666df11d..d4b21ece58 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php @@ -49,8 +49,9 @@ if ( ! class_exists( 'TwentyTwenty_Customize' ) ) { $wp_customize->selective_refresh->add_partial( 'custom_logo', array( - 'selector' => '.header-titles [class*=site-]:not(.site-description)', - 'render_callback' => 'twentytwenty_customize_partial_site_logo', + 'selector' => '.header-titles [class*=site-]:not(.site-description)', + 'render_callback' => 'twentytwenty_customize_partial_site_logo', + 'container_inclusive' => true, ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f1cea921d4..0ebb683d2a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52021'; +$wp_version = '5.9-alpha-52022'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.