Changeset 48186
- Timestamp:
- 06/26/2020 07:36:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r47198 r48186 143 143 printf( 144 144 /* translators: 1, 2, 3: Examples of random email addresses. */ 145 __( 'To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: %1$s, %2$s, %3$s.' ),145 __( 'To post to WordPress by email, you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: %1$s, %2$s, %3$s.' ), 146 146 sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ), 147 147 sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ),
Note: See TracChangeset
for help on using the changeset viewer.