diff --git a/wp-includes/theme.php b/wp-includes/theme.php index d9ac780f97..88e9a181c1 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -850,7 +850,7 @@ function display_header_text() { return false; $text_color = get_theme_mod( 'header_textcolor', get_theme_support( 'custom-header', 'default-text-color' ) ); - return $text_color && 'blank' != $text_color; + return 'blank' != $text_color; } /**