diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-comments-post.php --- a/wp/wp-comments-post.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-comments-post.php Fri Sep 05 18:40:08 2025 +0200 @@ -43,7 +43,7 @@ $cookies_consent = ( isset( $_POST['wp-comment-cookies-consent'] ) ); /** - * Perform other actions when comment cookies are set. + * Fires after comment cookies are set. * * @since 3.4.0 * @since 4.9.6 The `$cookies_consent` parameter was added.