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

see #21785.
Built from https://develop.svn.wordpress.org/trunk@27971


git-svn-id: http://core.svn.wordpress.org/trunk@27801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-04-06 19:36:15 +00:00
parent 5f1c818477
commit ed8132dedd
1 changed files with 6 additions and 6 deletions

View File

@ -800,7 +800,7 @@ final class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control
<# if (data.choice) { #> <# if (data.choice) { #>
<# if (data.random) { #> <# if (data.random) { #>
<div class="placeholder" tabindex="0"> <div class="placeholder">
<div class="inner"> <div class="inner">
<span><span class="dashicons dashicons-randomize dice"></span> <span><span class="dashicons dashicons-randomize dice"></span>
<# if ( data.type === 'uploaded' ) { #> <# if ( data.type === 'uploaded' ) { #>
@ -819,7 +819,7 @@ final class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control
<# } #> <# } #>
<# } else { #> <# } else { #>
<div class="placeholder" tabindex="0"> <div class="placeholder">
<div class="inner"> <div class="inner">
<span> <span>
<?php _e( 'No image set' ); ?> <?php _e( 'No image set' ); ?>
@ -850,7 +850,7 @@ final class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control
<div class="customize-control-content"> <div class="customize-control-content">
<p class="customizer-section-intro" tabindex="0"> <p class="customizer-section-intro">
<?php <?php
// @todo translate (and look to custom-header.php for inspiration) // @todo translate (and look to custom-header.php for inspiration)
echo ( 'Personalize your site with your own header image.' ) . ' '; echo ( 'Personalize your site with your own header image.' ) . ' ';
@ -864,7 +864,7 @@ final class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control
?> ?>
</p> </p>
<div class="current"> <div class="current">
<span class="customize-control-title" tabindex="0"> <span class="customize-control-title">
<?php _e( 'Current header' ); ?> <?php _e( 'Current header' ); ?>
</span> </span>
<div class="container"> <div class="container">
@ -878,14 +878,14 @@ final class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control
<div style="clear:both"></div> <div style="clear:both"></div>
</div> </div>
<div class="choices"> <div class="choices">
<span class="customize-control-title header-previously-uploaded" tabindex="0"> <span class="customize-control-title header-previously-uploaded">
<?php _ex( 'Previously uploaded', 'custom headers' ); ?> <?php _ex( 'Previously uploaded', 'custom headers' ); ?>
</span> </span>
<div class="uploaded"> <div class="uploaded">
<div class="list"> <div class="list">
</div> </div>
</div> </div>
<span class="customize-control-title header-default" tabindex="0"> <span class="customize-control-title header-default">
<?php _ex( 'Suggested', 'custom headers' ); ?> <?php _ex( 'Suggested', 'custom headers' ); ?>
</span> </span>
<div class="default"> <div class="default">