Administration: Add missing comma to the message in "Post via email" section.
Props kinjaldalwadi, sabernhardt. Fixes #49238. git-svn-id: https://develop.svn.wordpress.org/trunk@48186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8b67473da6
commit
8603b3da3a
@ -142,7 +142,7 @@ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1, 2, 3: Examples of random email addresses. */
|
||||
__( '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.' ),
|
||||
__( '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.' ),
|
||||
sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ),
|
||||
sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ),
|
||||
sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) )
|
||||
|
Loading…
Reference in New Issue
Block a user