From 80bb51634a0efeb020541cee4c4cb2aca3ae50c1 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Thu, 23 Mar 2017 06:13:44 +0000 Subject: [PATCH] Customize: Harden `site_icon` control template to account for when `full` image size is missing. Props aussieguy123, westonruter. See #36749. Fixes #40010. Built from https://develop.svn.wordpress.org/trunk@40314 git-svn-id: http://core.svn.wordpress.org/trunk@40221 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../customize/class-wp-customize-site-icon-control.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 58fea53757..5f18563b14 100644 --- a/wp-includes/customize/class-wp-customize-site-icon-control.php +++ b/wp-includes/customize/class-wp-customize-site-icon-control.php @@ -67,11 +67,11 @@ class WP_Customize_Site_Icon_Control extends WP_Customize_Cropped_Image_Control
- <?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' ); ?> <# } #>
diff --git a/wp-includes/version.php b/wp-includes/version.php index 625cbee006..8ceae9465d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40313'; +$wp_version = '4.8-alpha-40314'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.