]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/customize/class-wp-customize-header-image-control.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-includes / customize / class-wp-customize-header-image-control.php
index 8bbb572b8f0079e63e56417be4587cfd513ce2df..9852de6ddc42fc414d6ac0393c3b9876eba81995 100644 (file)
@@ -121,15 +121,12 @@ class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
                                <# if (data.random) { #>
 
                        <div class="placeholder">
-                               <div class="inner">
-                                       <span><span class="dashicons dashicons-randomize dice"></span>
-                                       <# if ( data.type === 'uploaded' ) { #>
-                                               <?php _e( 'Randomizing uploaded headers' ); ?>
-                                       <# } else if ( data.type === 'default' ) { #>
-                                               <?php _e( 'Randomizing suggested headers' ); ?>
-                                       <# } #>
-                                       </span>
-                               </div>
+                               <span class="dashicons dashicons-randomize dice"></span>
+                               <# if ( data.type === 'uploaded' ) { #>
+                                       <?php _e( 'Randomizing uploaded headers' ); ?>
+                               <# } else if ( data.type === 'default' ) { #>
+                                       <?php _e( 'Randomizing suggested headers' ); ?>
+                               <# } #>
                        </div>
 
                                <# } else { #>
@@ -140,11 +137,7 @@ class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control {
                        <# } else { #>
 
                        <div class="placeholder">
-                               <div class="inner">
-                                       <span>
-                                               <?php _e( 'No image set' ); ?>
-                                       </span>
-                               </div>
+                               <?php _e( 'No image set' ); ?>
                        </div>
 
                        <# } #>