'commentform',
'id_submit' => 'submit',
'title_reply' => __('
Leave a Comment
', 'jozoorthemes'),
'title_reply_to' => __( 'Leave a Reply to %s', 'jozoorthemes' ),
'cancel_reply_link' => __( '
Click here to cancel reply
', 'jozoorthemes' ),
'label_submit' => __( 'Add Comment', 'jozoorthemes' ),
'comment_notes_before' => '',
'comment_notes_after' => '
' . sprintf( __( 'You may use these HTML tags and attributes: %s' ), ' ' . allowed_tags() . '' ) . '
',
'comment_field' => '
',
'must_log_in' => '
' . sprintf( __( 'You must be logged in to post a comment.', 'jozoorthemes' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . ' ',
'logged_in_as' => '
' . sprintf( __( 'Logged in as %2$s. Log out ?', 'jozoorthemes' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . ' ',
'fields' => apply_filters( 'comment_form_default_fields', array(
'author' => '
' . '
',
'email' => '
',
'url' => '
' ) )
);
comment_form($comments_args);
?>