Make WordPress Core

Ticket #43436: 43436.5.diff

File 43436.5.diff, 1002 bytes (added by allendav, 7 years ago)

Updates text per today's office hours chat

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

     
    22702270                                         '<input id="url" name="url" ' . ( $html5 ? 'type="url"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" maxlength="200" /></p>',
    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
    22762276        $required_text = sprintf( ' ' . __( 'Required fields are marked %s' ), '<span class="required">*</span>' );