]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/inc/custom-header.php
WordPress 4.1
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / inc / custom-header.php
index 58b6c559d3b70857e566294571382058ce5dac2c..61bc6aff7b85954a64faab37ac7ed824c2c2a20d 100644 (file)
@@ -220,7 +220,7 @@ function twentythirteen_admin_header_image() {
        <div id="headimg" style="background: url(<?php header_image(); ?>) no-repeat scroll top; background-size: 1600px auto;">
                <?php $style = ' style="color:#' . get_header_textcolor() . ';"'; ?>
                <div class="home-link">
-                       <h1 class="displaying-header-text"><a id="name"<?php echo $style; ?> onclick="return false;" href="#"><?php bloginfo( 'name' ); ?></a></h1>
+                       <h1 class="displaying-header-text"><a id="name"<?php echo $style; ?> onclick="return false;" href="#" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1>
                        <h2 id="desc" class="displaying-header-text"<?php echo $style; ?>><?php bloginfo( 'description' ); ?></h2>
                </div>
        </div>