Changeset 48574 for trunk/src/wp-includes/comment.php
- Timestamp:
- 07/23/2020 12:50:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r48235 r48574 561 561 * @param WP_Comment $comment Comment object. 562 562 * @param WP_User $user Comment author's user object. The user may not exist. 563 * @param bool ean$cookies_consent Optional. Comment author's consent to store cookies. Default true.563 * @param bool $cookies_consent Optional. Comment author's consent to store cookies. Default true. 564 564 */ 565 565 function wp_set_comment_cookies( $comment, $user, $cookies_consent = true ) {
Note: See TracChangeset
for help on using the changeset viewer.