mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-05 23:21:35 +01:00
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. Merges [43123] to the 4.9 branch. See #43436. Built from https://develop.svn.wordpress.org/branches/4.9@43129 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
103ca5c6cf
commit
f345a0b15e
@ -2204,7 +2204,7 @@ function comment_form( $args = array(), $post_id = null ) {
|
||||
'<input id="url" name="url" ' . ( $html5 ? 'type="url"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" maxlength="200" /></p>',
|
||||
'cookies' => '<p class="comment-form-cookies-consent"><label for="wp-comment-cookies-consent">' .
|
||||
'<input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
|
||||
__( 'Save my name, email, and site URL in my browser for next time I post a comment.' ) . '</label></p>',
|
||||
__( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>',
|
||||
);
|
||||
|
||||
$required_text = sprintf( ' ' . __('Required fields are marked %s'), '<span class="required">*</span>' );
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user