null,
'max_depth' => '',
'style' => 'ul',
'callback' => null,
'end-callback' => null,
'type' => 'all',
'reply_text' => 'Reply',
'page' => '',
'per_page' => '',
'avatar_size' => 32,
'reverse_top_level' => null,
'reverse_children' => '',
'format' => 'html5',
'short_ping' => false,
'echo' => true,
);
wp_list_comments($args);
comment_reply_link();
?>
'commentform',
'id_submit' => 'submit',
'title_reply' => __( 'Leave a Reply', 'blackcolors' ),
'title_reply_to' => __( 'Leave a Reply to %s', 'blackcolors' ),
'cancel_reply_link' => __( 'Cancel Reply','blackcolors' ),
'label_submit' => __( 'Post Comment', 'blackcolors' ),
'comment_field' => '',
'must_log_in' => '' .
sprintf(
__( 'You must be logged in to post a comment.', 'blackcolors' ),
wp_login_url( apply_filters( 'the_permalink', get_permalink() ) )
) . '
',
'logged_in_as' => '' .
sprintf(
__( 'Logged in as %2$s. Log out?', 'blackcolors' ),
admin_url( 'profile.php' ),
$user_identity,
wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) )
) . '
',
'comment_notes_before' => '',
'comment_notes_after' => '' .
sprintf(
__( 'You may use these HTML tags and attributes: %s', 'blackcolors' ),
' ' . allowed_tags() . ''
) . '
',
'fields' => apply_filters( 'comment_form_default_fields', array(
'author' =>
'',
'email' =>
'',
'url' =>
''
)
),
);
comment_form($args); ?>