Ticket #40430: 40430.diff
File 40430.diff, 860 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
3842 3842 'label' => __( 'Site Icon' ), 3843 3843 'description' => sprintf( 3844 3844 /* translators: %s: site icon size in pixels */ 3845 __( ' 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.' ),3846 '<strong>512</strong>'3845 __( ' Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile app. Upload one here!<br> Site Icons should be square, and at least %s.' ), 3846 + '<strong>512px × 512px</strong>' 3847 3847 ), 3848 3848 'section' => 'title_tagline', 3849 3849 'priority' => 60,