Changeset 43518 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 07/20/2018 12:37:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r43469 r43518 2276 2276 $fields['cookies'] = '<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' . 2277 2277 '<label for="wp-comment-cookies-consent">' . __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>'; 2278 2279 // Ensure that the passed fields include cookies consent. 2280 if ( isset( $args['fields'] ) && ! isset( $args['fields']['cookies'] ) ) { 2281 $args['fields']['cookies'] = $fields['cookies']; 2282 } 2278 2283 } 2279 2284
Note: See TracChangeset
for help on using the changeset viewer.