Make WordPress Core

Changeset 43123


Ignore:
Timestamp:
05/02/2018 09:30:55 PM (7 years ago)
Author:
iandunn
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r43023 r43123  
    22712271        'cookies' => '<p class="comment-form-cookies-consent"><label for="wp-comment-cookies-consent">' .
    22722272                     '<input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
    2273                      __( 'Save my name, email, and site URL in my browser for next time I post a comment.' ) . '</label></p>',
     2273                     __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>',
    22742274    );
    22752275
Note: See TracChangeset for help on using the changeset viewer.