diff --git a/wp-content/themes/twentyfourteen/inc/custom-header.php b/wp-content/themes/twentyfourteen/inc/custom-header.php
index 523db80..c922e64 100644
|
a
|
b
|
function twentyfourteen_admin_header_image() { |
| 140 | 140 | <?php if ( get_header_image() ) : ?> |
| 141 | 141 | <img src="<?php header_image(); ?>" alt=""> |
| 142 | 142 | <?php endif; ?> |
| 143 | | <h1 class="displaying-header-text"><a id="name"<?php echo sprintf( ' style="color:#%s;"', get_header_textcolor() ); ?> onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1> |
| | 143 | <h1 class="displaying-header-text"><a id="name"<?php echo sprintf( ' style="color:#%s;"', get_header_textcolor() ); ?> onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1> |
| 144 | 144 | </div> |
| 145 | 145 | <?php |
| 146 | 146 | } |