ID);?>

'. esc_html__( 'Sorry, Comments are closed.', 'articled' ) . '

'; }; ?> 'commentform', 'id_submit' => 'submit', // single post comment replying title text 'title_reply' => __('Leave a reply', 'articled') . ':', 'title_reply_to' => __('Leave a Reply to %s', 'articled'), 'cancel_reply_link' => __('Cancel Reply', 'articled'), // single post comment submit button text 'label_submit' => __('Post Comment', 'articled'), 'comment_field' => '
', 'must_log_in' => '

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

', 'logged_in_as' => '
', 'comment_notes_before' => '

' . __('Your email address will not be published.', 'articled') . '

', 'comment_notes_after' => '', 'fields' => apply_filters('comment_form_default_fields', array( 'author' => '
', 'email' => '
', 'url' => '
') ) ); } else { $args = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __('Leave a reply', 'articled') . ':', 'title_reply_to' => __('Leave a Reply to %s', 'articled'), // single post comment 'cancel replying' title text 'cancel_reply_link' => __('Cancel Reply', 'articled'), 'label_submit' => __('Post Comment', 'articled'), 'comment_field' => '
', 'must_log_in' => '

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

', 'logged_in_as' => '', 'comment_notes_before' => '

' . __('Your email address will not be published.', 'articled') . '

', 'comment_notes_after' => '', 'fields' => apply_filters('comment_form_default_fields', array( 'author' => '
', 'email' => '
', 'url' => '
') ) ); } comment_form($args); ?>