'; $button_next = (get_next_comments_link(__('»', 'pk_translate'))) ? str_replace(''; ?>
  • >

    . __('Reply', 'pk_translate'), 'depth' => $depth, 'max_depth' => $args['max_depth']))); ?>

    comment_approved == 0) : ?>

  • >

    0) : ?>

      'pk_comments_list')); ?>
    '

    '.' '.($req ? '*' : '').'

    ', 'email' => '', 'url' => '

    '.'

    ', ); $args = array( 'fields' => $fields, 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => __('Reply', 'pk_translate'), 'title_reply_to' => __('Leave a Reply to %s', 'pk_translate'), 'cancel_reply_link' => __('Cancel Reply', 'pk_translate'), 'label_submit' => __('Post Comment', 'pk_translate'), 'comment_field' => '

    ', 'must_log_in' => '', 'logged_in_as' => '

    '.sprintf(__('Logged in as %2$s. Log out?', 'pk_translate'), admin_url('profile.php'), $user_identity, wp_logout_url(apply_filters('the_permalink', get_permalink()))).'

    ' ); function minify_form($buffer) { return str_replace(array("\t", "\n", "\r"), '', $buffer); } ob_start('minify_form'); comment_form($args); ob_end_flush(); ?>