1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'commentform', // that's the wordpress default value! delete it or edit it ;)
'id_submit' => 'commentsubmit',
'class_submit' => 'btn btn-primary',
'title_reply' => __( 'Leave a Reply', 'ai-theme' ), // that's the wordpress default value! delete it or edit it ;)
'title_reply_to' => __( 'Leave a Reply to %s', 'ai-theme' ), // that's the wordpress default value! delete it or edit it ;)
'cancel_reply_link' => __( 'Cancel Reply', 'ai-theme' ), // that's the wordpress default value! delete it or edit it ;)
'label_submit' => __( 'Post Comment', 'ai-theme' ), // that's the wordpress default value! delete it or edit it ;)
'comment_field' => '',
'comment_notes_after' => '
' .
__( 'You may use these HTML tags and attributes:', 'ai-theme' ) .
'