Bug in v2.3
-
If I am not wrong,
the code line 168
add_filter( 'comment_form_defaults', array( $this, 'add_checkbox_to_default' ));
triggers theadd_checkboxfunction that defines thecheckbox_shownattribute to true.Then, if you are using the
comment_formfunction with a parametercomment_notes_afterdifferent from default, the “Notify me” checkbox is no more displayed.I have commented that line 168 !
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Bug in v2.3’ is closed to new replies.