- Timestamp:
- 02/24/2023 06:21:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php
r47219 r55420 91 91 92 92 // If no custom options for text are set, let's bail. 93 if ( empty( $header_image ) && get_theme_support( 'custom-header', 'default-text-color' ) == $text_color ) {93 if ( empty( $header_image ) && get_theme_support( 'custom-header', 'default-text-color' ) === $text_color ) { 94 94 return; 95 95 } … … 137 137 138 138 // If the user has set a custom color for the text, use that. 139 elseif ( get_theme_support( 'custom-header', 'default-text-color' ) != $text_color ) :139 elseif ( get_theme_support( 'custom-header', 'default-text-color' ) !== $text_color ) : 140 140 ?> 141 141 .site-title,
Note: See TracChangeset
for help on using the changeset viewer.