Changeset 43042 for trunk/src/wp-comments-post.php
- Timestamp:
- 04/30/2018 01:09:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r42772 r43042 45 45 * 46 46 * @since 3.4.0 47 * @since 4.9.6 The `$cookies_consent` parameter was added. 47 48 * 48 49 * @param WP_Comment $comment Comment object. 49 * @param WP_User $user User object. The user may not exist.50 * @param boolean $cookies_consent Whether the user has opted-in commentercookies.50 * @param WP_User $user Comment author's user object. The user may not exist. 51 * @param boolean $cookies_consent Comment author's consent to store cookies. 51 52 */ 52 53 do_action( 'set_comment_cookies', $comment, $user, $cookies_consent );
Note: See TracChangeset
for help on using the changeset viewer.