Changeset 58927 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 08/23/2024 10:45:54 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r58682 r58927 5204 5204 'label' => __( 'Site Icon' ), 5205 5205 'description' => sprintf( 5206 /* translators: %s: Site Icon size in pixels. */ 5207 '<p>' . __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least %s pixels.' ) . '</p>', 5208 '<code>512 × 512</code>' 5206 /* translators: 1: pixel value for icon size. 2: pixel value for icon size. */ 5207 '<p>' . __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least <code>%1$s by %2$s</code> pixels.' ) . '</p>', 5208 512, 5209 512 5209 5210 ), 5210 5211 'section' => 'title_tagline',
Note: See TracChangeset
for help on using the changeset viewer.