Make WordPress Core

Ticket #40430: 40430.2.diff

File 40430.2.diff, 992 bytes (added by dlh, 7 years ago)
  • src/wp-includes/class-wp-customize-manager.php

     
    43404340                $this->add_control( new WP_Customize_Site_Icon_Control( $this, 'site_icon', array(
    43414341                        'label'       => __( 'Site Icon' ),
    43424342                        'description' => sprintf(
     4343                                '<p>' . __( 'Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile app. Upload one here!' ) . '</p>' .
    43434344                                /* translators: %s: site icon size in pixels */
    4344                                 __( 'The Site Icon is used as a browser and app icon for your site. Icons must be square, and at least %s pixels wide and tall.' ),
    4345                                 '<strong>512</strong>'
     4345                                '<p>' . __( 'Site Icons should be square and at least %s pixels.' ) . '</p>',
     4346                                '<strong>512 &times; 512</strong>'
    43464347                        ),
    43474348                        'section'     => 'title_tagline',
    43484349                        'priority'    => 60,