Ticket #44736: #44736.patch
File #44736.patch, 478 bytes (added by , 5 years ago) |
---|
-
comment.php
553 553 return; 554 554 } 555 555 556 if ( false === $cookies_consent ) {556 if ( false === $cookies_consent && ! get_option( 'show_comments_cookies_opt_in' ) ) { 557 557 // Remove any existing cookies. 558 558 $past = time() - YEAR_IN_SECONDS; 559 559 setcookie( 'comment_author_' . COOKIEHASH, ' ', $past, COOKIEPATH, COOKIE_DOMAIN );