' . esc_html__('Log in to leave a comment', 'bansta') . '
'; $defaults['logged_in_as'] = '' . sprintf( /* 1: edit user link, 2: accessibility text, 3: user name, 4: logout URL */ '' . esc_html__('Logged in as', 'bansta') . ' %3$s. ' . esc_html__('Log out?', 'bansta') . '', get_edit_user_link(), /* %s: user name */ esc_attr( sprintf( esc_html__( 'Logged in as %s. Edit your profile.' , 'bansta'), $user_identity ) ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( get_the_ID() ) ) ) ) . '
'; comment_form($defaults); ?>