1 && get_option( 'page_comments')) : ?> '<<', 'next_text' => '>>', 'type' => 'array', 'echo' => false ); $page_links = paginate_comments_links($args); if( is_array( $page_links ) ) { echo ''; } ?> '
', 'email' => '
', 'url' => '
', ); $args = array( 'fields' => apply_filters('comment_form_default_fields', $fields), 'comment_field' => __('
', 'ooo'), 'must_log_in' => __('

You must be logged in!', 'ooo').wp_login_url(apply_filters('the_permalink',get_permalink())).'

', 'logged_in_as' => '

'.sprintf(__( 'You are logged in as %2$s. Go out?', 'ooo'), admin_url('profile.php'), $user_identity, wp_logout_url(apply_filters('the_permalink',get_permalink()))).'

', 'comment_notes_before' => __('

Your email address will not be published.

', 'ooo'), 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __('leave a comment', 'ooo'), 'title_reply_to' => __('Reply %s', 'ooo'), 'cancel_reply_link' => __('Cancel reply', 'ooo'), 'label_submit' => __('to send', 'ooo'), 'class_submit' => 'btn btn-default' ); comment_form($args); } ?>