- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php
r43571 r47122 71 71 $text_color = get_header_textcolor(); 72 72 73 // If no custom options for text are set, let's bail 73 // If no custom options for text are set, let's bail. 74 74 if ( $text_color == get_theme_support( 'custom-header', 'default-text-color' ) ) { 75 75 return;
Note: See TracChangeset
for help on using the changeset viewer.