diff --git a/wp-includes/customize/class-wp-customize-site-icon-control.php b/wp-includes/customize/class-wp-customize-site-icon-control.php index 9bbb7d1d61..370ce7180d 100644 --- a/wp-includes/customize/class-wp-customize-site-icon-control.php +++ b/wp-includes/customize/class-wp-customize-site-icon-control.php @@ -59,19 +59,21 @@ class WP_Customize_Site_Icon_Control extends WP_Customize_Cropped_Image_Control <# } #> - <# if ( data.attachment && data.attachment.id && data.attachment.sizes ) { #> + <# if ( data.attachment && data.attachment.id ) { #>
-
-
- + <# if ( data.attachment.sizes ) { #> +
+
+ -
- <?php esc_attr_e( 'Preview as a browser icon' ); ?> +
+ <?php esc_attr_e( 'Preview as a browser icon' ); ?> +
+
- + <?php esc_attr_e( 'Preview as an app icon' ); ?>
- <?php esc_attr_e( 'Preview as an app icon' ); ?> -
+ <# } #>
<# if ( data.canUpload ) { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index f765886e03..4dcc0fb126 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37723'; +$wp_version = '4.6-alpha-37724'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.