- Timestamp:
- 02/24/2023 06:21:21 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php
r51541 r55420 83 83 <?php 84 84 // If the user has set a custom color for the text, use that. 85 elseif ( get_theme_support( 'custom-header', 'default-text-color' ) != $text_color ) :85 elseif ( get_theme_support( 'custom-header', 'default-text-color' ) !== $text_color ) : 86 86 ?> 87 87 .site-title a {
Note: See TracChangeset
for help on using the changeset viewer.