diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 1af1d8c6fd..08781f339a 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2204,7 +2204,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'), '*' );