Make WordPress Core

Changeset 43129


Ignore:
Timestamp:
05/02/2018 10:13:24 PM (6 years ago)
Author:
SergeyBiryukov
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.
Merges [43123] to the 4.9 branch.
See #43436.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/comment-template.php

    r43128 r43129  
    22052205        'cookies' => '<p class="comment-form-cookies-consent"><label for="wp-comment-cookies-consent">' .
    22062206                     '<input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
    2207                      __( 'Save my name, email, and site URL in my browser for next time I post a comment.' ) . '</label></p>',
     2207                     __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>',
    22082208    );
    22092209
Note: See TracChangeset for help on using the changeset viewer.