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

logged in to post a comment','arilewp' ), esc_url(home_url( 'wp-login.php' ) . '?redirect_to=' . urlencode(get_permalink()))); ?>

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

' . __( "Logged in as",'arilewp' ).' '.''.$user_identity.''. ' '. ''.__("Logout",'arilewp').'' . '

', 'id_submit'=> 'send_button', 'label_submit'=>__( 'Submit','arilewp'), 'comment_notes_after'=> '', 'title_reply'=> '

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

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