Make WordPress Core

Ticket #40430: 40430.diff

File 40430.diff, 860 bytes (added by menakas, 7 years ago)

Corrected: "within the WordPress mobile app"

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

     
    38423842                        'label'       => __( 'Site Icon' ),
    38433843                        'description' => sprintf(
    38443844                                /* 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 &times; 512px</strong>'
    38473847                        ),
    38483848                        'section'     => 'title_tagline',
    38493849                        'priority'    => 60,