Ticket #50933: 50933.diff
File 50933.diff, 554 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/general-template.php
diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 378e37fe3d..2776811d7f 100644
a b function get_custom_logo( $blog_id = 0 ) { 1018 1018 // We have a logo. Logo is go. 1019 1019 if ( $custom_logo_id ) { 1020 1020 $custom_logo_attr = array( 1021 'class' => 'custom-logo', 1021 'class' => 'custom-logo', 1022 'loading' => false, 1022 1023 ); 1023 1024 1024 1025 $unlink_homepage_logo = (bool) get_theme_support( 'custom-logo', 'unlink-homepage-logo' );