Make WordPress Core

Changeset 35892


Ignore:
Timestamp:
12/13/2015 12:13:12 AM (10 years ago)
Author:
melchoyce
Message:

Customizer: Bold pixel value under Site Icon to match the Custom Header instructions.

Props karmatosed.
Fixes #35039.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r35810 r35892  
    18561856        $this->add_control( new WP_Customize_Site_Icon_Control( $this, 'site_icon', array(
    18571857            'label'       => __( 'Site Icon' ),
    1858             '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.' ),
     1858            '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.' ),
    18591859            'section'     => 'title_tagline',
    18601860            'priority'    => 60,
Note: See TracChangeset for help on using the changeset viewer.