diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 1af1d8c6fd..08781f339a 100644 --- a/wp-includes/comment-template.php +++ b/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'), '*' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f7a8ba263..37d88e8d8d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.6-alpha-43128'; +$wp_version = '4.9.6-alpha-43129'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.