[wp-trac] [WordPress Trac] #44138: Automatic Message on comment Area mislead visitors
WordPress Trac
noreply at wordpress.org
Fri Jun 1 05:45:27 UTC 2018
#44138: Automatic Message on comment Area mislead visitors
-------------------------+----------------------
Reporter: Marius84 | Owner: (none)
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Comments | Version: 4.9.6
Severity: normal | Resolution: invalid
Keywords: | Focuses: privacy
-------------------------+----------------------
Comment (by superpoincare):
Replying to [comment:1 SergeyBiryukov]:
> function wp44138_change_comment_form_cookies_consent( $fields ) {
> $consent = empty( $commenter['comment_author_email'] ) ? '' : '
checked="checked"';
The first line in the function should have
{{{
$commenter = wp_get_current_commenter();
}}}
isn't it?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44138#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list