Changeset 48574 for trunk/src/wp-comments-post.php
- Timestamp:
- 07/23/2020 12:50:57 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r47887 r48574 51 51 * @param WP_Comment $comment Comment object. 52 52 * @param WP_User $user Comment author's user object. The user may not exist. 53 * @param bool ean$cookies_consent Comment author's consent to store cookies.53 * @param bool $cookies_consent Comment author's consent to store cookies. 54 54 */ 55 55 do_action( 'set_comment_cookies', $comment, $user, $cookies_consent );
Note: See TracChangeset
for help on using the changeset viewer.