query['cpage'])){ $offset = $wp_query->query['cpage'] * get_option('comments_per_page'); }else{ $offset = 0; } if(get_option('default_comments_page')=="newest"){ $order = "ASC"; }else{ $order = "DESC"; } $args = array( 'status' => 'approve', 'number' => get_option('comments_per_page'), 'post_id' => get_the_ID(), 'offset' => $offset, 'order' => $order ); $comments = get_comments($args); ?>
__("Comment Page", "antonine") . " ", "prev_text" => __("Previous comment page", "antonine"), "next_text" => __("Next comment page", "antonine"), ) ); ?>

"", "cancel_reply_after" => "" ) ); $comment_form = ob_get_contents(); ob_end_clean(); $comment_form = str_replace('type="text"', 'type="text" maxlength="200"', $comment_form); $comment_form = str_replace('type="url"', 'type="url" maxlength="200"', $comment_form); $comment_form = str_replace('type="email"', 'type="email" maxlength="200"', $comment_form); $comment_form = str_replace('