diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index af2aa3fff..46b569942 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1507,7 +1507,7 @@ function comment_form( $args = array(), $post_id = null ) { 'comment_field' => '

', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', - 'comment_notes_before' => '

' . __( 'Your email is never published nor shared.' ) . ( $req ? __( ' Required fields are marked *' ) : '' ) . '

', + 'comment_notes_before' => '

' . __( 'Your email will not be published.' ) . ( $req ? __( ' Required fields are marked *' ) : '' ) . '

', 'comment_notes_after' => '
' . __( 'You may use these HTML tags and attributes:' ) . '
' . allowed_tags() . '
', 'id_form' => 'commentform', 'id_submit' => 'submit',