- Timestamp:
- 02/24/2023 06:21:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php
r47219 r55420 72 72 73 73 // If no custom options for text are set, let's bail. 74 if ( get_theme_support( 'custom-header', 'default-text-color' ) == $text_color ) {74 if ( get_theme_support( 'custom-header', 'default-text-color' ) === $text_color ) { 75 75 return; 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.