diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 26fe0a3674..a84ffce694 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1081,7 +1081,7 @@ function get_custom_logo( $blog_id = 0 ) { } elseif ( is_customize_preview() ) { // If no logo is set but we're in the Customizer, leave a placeholder (needed for the live preview). $html = sprintf( - '', + '', esc_url( home_url( '/' ) ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 10069f4420..02dd37ceb4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49948'; +$wp_version = '5.7-alpha-49949'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.