null, 'style' => 'ul', 'callback' => 'kopa_comment_callback', 'end-callback' => null, 'type' => 'all' )); ?>
  • id="li-comment-">
    comment_author_email, 60); ?>
     - 
    $depth, 'max_depth' => $args['max_depth']))); ?> /
  • '

    ', 'email' => '

    ', 'url' => '

    ' ); if ( is_user_logged_in() ) { $comment_field = '

    '; } else { $comment_field = '

    '; } // endif is_user_logged_in $args = array( 'fields' => apply_filters('comment_form_default_fields', $fields), 'comment_field' => $comment_field, 'must_log_in' => '

    ' . sprintf(__('You must be logged in to post a comment.', kopa_get_domain()), wp_login_url(get_permalink())) . '

    ', 'logged_in_as' => '

    ' . sprintf(__('Logged in as %2$s.', kopa_get_domain()), admin_url('profile.php'), esc_attr($user_identity)) . ' ' . __('Log out »', kopa_get_domain()) . '

    ', 'comment_notes_before' => '', 'comment_notes_after' => '', 'id_form' => 'kp-comments-form', 'id_submit' => 'submit-comment', 'title_reply' => __('Leave a comment', kopa_get_domain()), 'title_reply_to' => __('Reply', kopa_get_domain()), 'cancel_reply_link' => __('Cancel', kopa_get_domain()), 'label_submit' => __('Submit', kopa_get_domain()), ); return $args; }