- Timestamp:
- 02/09/2020 04:52:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php
r47122 r47219 72 72 73 73 // If no custom options for text are set, let's bail. 74 if ( $text_color == get_theme_support( 'custom-header', 'default-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.