diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 7131a0c7f3..d83cb53544 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -166,7 +166,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved comment_author_email ) { ?>
The new address will not become active until confirmed.' ) ?>
+The new address will not become active until confirmed.' ) ?>
' . __( 'Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret e-mail account with POP3 access to use this, and any mail received at this address will be posted, so it’s a good idea to keep this address very secret.' ) . '
', + 'content' => '' . __( 'Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret email account with POP3 access to use this, and any mail received at this address will be posted, so it’s a good idea to keep this address very secret.' ) . '
', ) ); } @@ -113,8 +113,8 @@ do_settings_fields('writing', 'remote_publishing'); // A deprecated section. /** This filter is documented in wp-admin/options.php */ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { ?> - -%s, %s, %s.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?>
+ +%s, %s, %s.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?>
| + |
ID . '_new_email' );
@@ -404,7 +404,7 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c
Cancel' ),
+ __( 'There is a pending change of your email to %1$s. Cancel' ),
' ' . __('Add Existing User') . ''; if ( !is_super_admin() ) { echo '' . __( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' ) . ' '; - $label = __('E-mail'); + $label = __('Email'); $type = 'email'; } else { echo '' . __( 'Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' ) . ' '; - $label = __('E-mail or Username'); + $label = __('Email or Username'); $type = 'text'; } ?> @@ -377,7 +377,7 @@ $new_user_ignore_pass = $creating && isset( $_POST['noconfirmation'] ) ? wp_unsl
| | |
|---|---|---|---|
| + |