Changeset 42217 for trunk/src/wp-content/themes/twentyeleven/header.php
- Timestamp:
- 11/23/2017 04:08:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/header.php
r31265 r42217 120 120 // Has the text been hidden? 121 121 if ( 'blank' == get_header_textcolor() ) : 122 $header_image_class = ''; 123 if ( $header_image ) { 124 $header_image_class = ' with-image'; 125 } 122 126 ?> 123 <div class="only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>">127 <div class="only-search<?php echo $header_image_class; ?>"> 124 128 <?php get_search_form(); ?> 125 129 </div>
Note: See TracChangeset
for help on using the changeset viewer.