From 09b5c2b3d0be94249c9fcd3e39eb9bee640c73ca Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Sun, 13 Dec 2015 00:14:27 +0000 Subject: [PATCH] Customizer: Bold pixel value under Site Icon to match the Custom Header instructions. Props karmatosed. Fixes #35039. Built from https://develop.svn.wordpress.org/trunk@35892 git-svn-id: http://core.svn.wordpress.org/trunk@35856 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index daa15e655f..3ec62ba366 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -1855,7 +1855,7 @@ final class WP_Customize_Manager { $this->add_control( new WP_Customize_Site_Icon_Control( $this, 'site_icon', array( 'label' => __( 'Site Icon' ), - 'description' => __( 'The Site Icon is used as a browser and app icon for your site. Icons must be square, and at least 512px wide and tall.' ), + 'description' => __( 'The Site Icon is used as a browser and app icon for your site. Icons must be square, and at least 512 pixels wide and tall.' ), 'section' => 'title_tagline', 'priority' => 60, 'height' => 512, diff --git a/wp-includes/version.php b/wp-includes/version.php index a194334377..d6644c1a4b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35891'; +$wp_version = '4.5-alpha-35892'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.