Changeset 43130 for branches/4.9/src/wp-includes/comment-template.php
- Timestamp:
- 05/02/2018 10:14:59 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/comment-template.php
r43129 r43130 2203 2203 'url' => '<p class="comment-form-url"><label for="url">' . __( 'Website' ) . '</label> ' . 2204 2204 '<input id="url" name="url" ' . ( $html5 ? 'type="url"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" maxlength="200" /></p>', 2205 'cookies' => '<p class="comment-form-cookies-consent"><label for="wp-comment-cookies-consent">' . 2206 '<input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' . 2207 __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>', 2205 'cookies' => '<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' . 2206 '<label for="wp-comment-cookies-consent">' . __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>', 2208 2207 ); 2209 2208
Note: See TracChangeset
for help on using the changeset viewer.