Changeset 57766 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 03/05/2024 12:10:37 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r57713 r57766 200 200 <?php 201 201 /* translators: %s: Site Icon size in pixels. */ 202 printf( __( ' Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. Theyshould be square and at least %s pixels.' ), '<code>512 × 512</code>' );202 printf( __( '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.' ), '<code>512 × 512</code>' ); 203 203 ?> 204 204 </p>
Note: See TracChangeset
for help on using the changeset viewer.