- Timestamp:
- 04/22/2013 07:40:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/inc/custom-header.php
r24001 r24050 197 197 <?php $style = ' style="color:#' . get_header_textcolor() . ';"'; ?> 198 198 <div class="hgroup"> 199 <h1 ><a id="name"<?php echo $style; ?> onclick="return false;" href="#"><?php bloginfo( 'name' ); ?></a></h1>200 <h2 id="desc" <?php echo $style; ?>><?php bloginfo( 'description' ); ?></h2>199 <h1 class="displaying-header-text"><a id="name"<?php echo $style; ?> onclick="return false;" href="#"><?php bloginfo( 'name' ); ?></a></h1> 200 <h2 id="desc" class="displaying-header-text"<?php echo $style; ?>><?php bloginfo( 'description' ); ?></h2> 201 201 </div> 202 202 </div>
Note: See TracChangeset
for help on using the changeset viewer.