From 753d4f10cd952c87824260d2719f56a7edbb526e Mon Sep 17 00:00:00 2001 From: iandunn Date: Wed, 2 May 2018 21:31:21 +0000 Subject: [PATCH] Privacy: Use "website" in comment cookie consent text for clarity. The term "URL" is technical jargon which will not be familiar to all commenters. "Website" is more universal, and matches the label on the `url` input field. Props johnjamesjacoby, allendav, azaozz. See #43436. Built from https://develop.svn.wordpress.org/trunk@43123 git-svn-id: http://core.svn.wordpress.org/trunk@42952 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 39e193db19..ca016b5c68 100644 --- a/wp-includes/comment-template.php +++ b/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' ), '*' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a2e39ae6cc..41eaa12a89 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43121'; +$wp_version = '5.0-alpha-43123'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.