'' .
sprintf(
__( 'You may use these HTML tags and attributes: %s' ),
' ' . allowed_tags() . ''
) . '
',
'comment_field' => '',
'fields' => apply_filters( 'comment_form_default_fields', array(
'author' =>
'',
'email' =>
'',
'url' =>
''
)
) );
comment_form($wpden_cm_fields); ?>