Make WordPress Core

Changeset 41749


Ignore:
Timestamp:
10/04/2017 07:58:31 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Customize: Improve the wording for Site Icon control intro.

Props michelleweber, dlh, menakas, melchoyce.
Fixes #40430.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r41726 r41749  
    43414341            'label'       => __( 'Site Icon' ),
    43424342            'description' => sprintf(
     4343                '<p>' . __( 'Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. Upload one here!' ) . '</p>' .
    43434344                /* 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 &times; 512</strong>'
    43464347            ),
    43474348            'section'     => 'title_tagline',
Note: See TracChangeset for help on using the changeset viewer.