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
This commit is contained in:
parent
6e27cd7944
commit
09b5c2b3d0
|
@ -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 <strong>512</strong> pixels wide and tall.' ),
|
||||
'section' => 'title_tagline',
|
||||
'priority' => 60,
|
||||
'height' => 512,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue