• 1 && get_option( 'page_comments' ) ) : ?> 'asiathemes_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?> comment_status) : ?>

'
', 'email' => '
', 'website' => '
', ); function becorp_my_fields($fields) { return $fields; } add_filter('comment_form_default_fields','becorp_my_fields'); $defaults = array( 'fields'=> apply_filters( 'comment_form_default_fields', $fields ), 'comment_field'=> '
', 'logged_in_as' => '

' . __( "Logged in as ",'becorp' ).''.$user_identity.''. ''.__(" Log out?",'becorp').'' . '

', 'class_submit' => 'btn btn-readmore', 'id_submit' => 'comment_btn', 'label_submit'=>__( 'Submit Comment','becorp'), 'comment_notes_after'=> '', 'title_reply'=> '

'.__( 'Leave a Reply','becorp').'

', 'id_form'=> 'action' ); comment_form($defaults);?>