Ticket #43436: 43436.5.diff
File 43436.5.diff, 1002 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/comment-template.php
2270 2270 '<input id="url" name="url" ' . ( $html5 ? 'type="url"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" maxlength="200" /></p>', 2271 2271 'cookies' => '<p class="comment-form-cookies-consent"><label for="wp-comment-cookies-consent">' . 2272 2272 '<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 acomment.' ) . '</label></p>',2273 __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>', 2274 2274 ); 2275 2275 2276 2276 $required_text = sprintf( ' ' . __( 'Required fields are marked %s' ), '<span class="required">*</span>' );