Changeset 62412
- Timestamp:
- 05/22/2026 11:40:34 PM (less than one hour ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/options-general.php (modified) (1 diff)
-
wp-includes/class-wp-customize-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r61770 r62412 213 213 printf( 214 214 /* translators: 1: pixel value for icon size. 2: pixel value for icon size. */ 215 __( '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.' ),215 __( '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 <strong>%1$s by %2$s</strong> pixels.' ), 216 216 512, 217 217 512 -
trunk/src/wp-includes/class-wp-customize-manager.php
r62353 r62412 5211 5211 'description' => sprintf( 5212 5212 /* translators: 1: pixel value for icon size. 2: pixel value for icon size. */ 5213 '<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>',5213 '<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 <strong>%1$s by %2$s</strong> pixels.' ) . '</p>', 5214 5214 512, 5215 5215 512
Note: See TracChangeset
for help on using the changeset viewer.