Make WordPress Core


Ignore:
Timestamp:
04/06/2014 07:35:24 PM (12 years ago)
Author:
ocean90
Message:

Header images: Revert unnecessary tabindex="0" from [27947].

see #21785.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r27970 r27971  
    801801                                <# if (data.random) { #>
    802802
    803                         <div class="placeholder" tabindex="0">
     803                        <div class="placeholder">
    804804                                <div class="inner">
    805805                                        <span><span class="dashicons dashicons-randomize dice"></span>
     
    820820                        <# } else { #>
    821821
    822                         <div class="placeholder" tabindex="0">
     822                        <div class="placeholder">
    823823                                <div class="inner">
    824824                                        <span>
     
    851851
    852852                <div class="customize-control-content">
    853                         <p class="customizer-section-intro" tabindex="0">
     853                        <p class="customizer-section-intro">
    854854                                <?php
    855855                                // @todo translate (and look to custom-header.php for inspiration)
     
    865865                        </p>
    866866                        <div class="current">
    867                                 <span class="customize-control-title" tabindex="0">
     867                                <span class="customize-control-title">
    868868                                        <?php _e( 'Current header' ); ?>
    869869                                </span>
     
    879879                        </div>
    880880                        <div class="choices">
    881                                 <span class="customize-control-title header-previously-uploaded" tabindex="0">
     881                                <span class="customize-control-title header-previously-uploaded">
    882882                                        <?php _ex( 'Previously uploaded', 'custom headers' ); ?>
    883883                                </span>
     
    886886                                        </div>
    887887                                </div>
    888                                 <span class="customize-control-title header-default" tabindex="0">
     888                                <span class="customize-control-title header-default">
    889889                                        <?php _ex( 'Suggested', 'custom headers' ); ?>
    890890                                </span>
Note: See TracChangeset for help on using the changeset viewer.