Ticket #40430: 40430.2.diff
File 40430.2.diff, 992 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
4340 4340 $this->add_control( new WP_Customize_Site_Icon_Control( $this, 'site_icon', array( 4341 4341 'label' => __( 'Site Icon' ), 4342 4342 '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>' . 4343 4344 /* 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 × 512</strong>' 4346 4347 ), 4347 4348 'section' => 'title_tagline', 4348 4349 'priority' => 60,