Ticket #40430: 40430.patch
File 40430.patch, 860 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
3771 3771 'label' => __( 'Site Icon' ), 3772 3772 'description' => sprintf( 3773 3773 /* translators: %s: site icon size in pixels */ 3774 __( '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.' ),3775 '<strong>512 </strong>'3774 __( ' Site Icons are what you see in browser tabs, bookmark bars, and in the WordPress app. Upload one here!<br> Site Icons should be square, and at least %s.' ), 3775 '<strong>512px × 512px</strong>' 3776 3776 ), 3777 3777 'section' => 'title_tagline', 3778 3778 'priority' => 60,