diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 39e193db19..ca016b5c68 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2270,7 +2270,7 @@ function comment_form( $args = array(), $post_id = null ) { '

', 'cookies' => '', + __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '

', ); $required_text = sprintf( ' ' . __( 'Required fields are marked %s' ), '*' );