Make WordPress Core

Changeset 30351


Ignore:
Timestamp:
11/15/2014 07:14:24 PM (10 years ago)
Author:
ocean90
Message:

Change Twenty Eleven's header preview callback too, missed in [30327].

see #29289.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r30145 r30351  
    338338            $style = ' style="display:none"';
    339339        ?>
    340         <h1 class="displaying-header-text"><a id="name"<?php echo $style; ?> onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
     340        <h1 class="displaying-header-text"><a id="name"<?php echo $style; ?> onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1>
    341341        <div id="desc" class="displaying-header-text"<?php echo $style; ?>><?php bloginfo( 'description' ); ?></div>
    342342        <?php if ( $image ) : ?>
Note: See TracChangeset for help on using the changeset viewer.