'
',
'email' => '
',
);
function acura_fields($fields) {
return $fields;
}
add_filter('wl_comment_form_default_fields','acura_fields');
$defaults = array(
'fields'=> apply_filters( 'wl_comment_form_default_fields', $fields ),
'comment_field'=> '
',
'logged_in_as' => '
' . __( "Logged in as ",'acura' ).''.$user_identity.''. ''.__(" Log out?",'acura').'' . '
',
'title_reply_to' => __( 'Leave Your comments Here to %s','acura'),
'class_submit' => 'btn',
'label_submit'=>__( 'Post Comment','acura'),
'comment_notes_before'=> '',
'comment_notes_after'=>'',
'title_reply'=> '
'.__('Leave Your Comment Here','acura').'
',
'role_form'=> 'form',
);
comment_form($defaults); ?>