Make WordPress Core

Ticket #40430: 40430.patch

File 40430.patch, 860 bytes (added by menakas, 8 years ago)

Site Icon copy changed as per suggestion

  • src/wp-includes/class-wp-customize-manager.php

     
    37713771                        'label'       => __( 'Site Icon' ),
    37723772                        'description' => sprintf(
    37733773                                /* 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 &times; 512px</strong>'
    37763776                        ),
    37773777                        'section'     => 'title_tagline',
    37783778                        'priority'    => 60,