Changeset 62412 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 05/22/2026 11:40:34 PM (5 hours ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-general.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
Note: See TracChangeset
for help on using the changeset viewer.