diff --git a/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php b/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php index 3e7741877c..0d53d2c0ad 100644 --- a/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php +++ b/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php @@ -34,7 +34,7 @@ $header_class = $show_title ? 'site-title' : 'screen-reader-text'; - +
diff --git a/wp-content/themes/twentytwentyone/template-parts/header/site-header.php b/wp-content/themes/twentytwentyone/template-parts/header/site-header.php index 3072d5339e..caa6d46cbf 100644 --- a/wp-content/themes/twentytwentyone/template-parts/header/site-header.php +++ b/wp-content/themes/twentytwentyone/template-parts/header/site-header.php @@ -9,7 +9,7 @@ $wrapper_classes = 'site-header'; $wrapper_classes .= has_custom_logo() ? ' has-logo' : ''; -$wrapper_classes .= true === get_theme_mod( 'display_title_and_tagline', true ) ? ' has-title-and-tagline' : ''; +$wrapper_classes .= ( true === get_theme_mod( 'display_title_and_tagline', true ) ) ? ' has-title-and-tagline' : ''; $wrapper_classes .= has_nav_menu( 'primary' ) ? ' has-menu' : ''; ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index f05f6efafd..91c2b6e01a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49993'; +$wp_version = '5.7-alpha-49994'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.