', '', $defaults[$key]); } $defaults['comment_notes_after'] = '

' . sprintf('', allowed_tags()) . '

'; return $defaults; } add_filter('comment_form_defaults', 'theme_comment_form_defaults_filter_@(id)'); } if (theme_get_option('theme_comment_use_smilies') && !function_exists('theme_comment_form_field_comment')) { function theme_comment_form_field_comment($form_field) { theme_include_lib('smiley.php'); return theme_get_smilies_js() . '

' . theme_get_smilies() . '

' . $form_field; } add_filter('comment_form_field_comment', 'theme_comment_form_field_comment'); } ob_start(); comment_form(); echo str_replace( array( '', 'type="text" @input.effects.dataAttrs class="@input.classNames"', '