Changeset 41749
- Timestamp:
- 10/04/2017 07:58:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41726 r41749 4341 4341 'label' => __( 'Site Icon' ), 4342 4342 '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>' . 4343 4344 /* 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 × 512</strong>' 4346 4347 ), 4347 4348 'section' => 'title_tagline',
Note: See TracChangeset
for help on using the changeset viewer.