'ol',
'short_ping' => true,
'avatar_size' => 48,
'callback' => 'itstudio_comment_callback' // We will need to define this in functions.php or handle logic here if simple
));
?>
'gh-comment-form',
'title_reply_before' => '
',
'title_reply_after' => '
',
'title_reply' => '', // Handled by data-cn/en in before tag
'label_submit' => __('发表评论', 'itstudio'), // This submits button text, harder to change via attr, usually needs JS or just leave as is if acceptable
'submit_button' => '',
'comment_notes_before' => '',
'comment_field' => '',
));
?>