Fix unbalanced tag

This commit is contained in:
Zack Katz 2020-06-08 14:08:00 -06:00 committed by GitHub
parent 6d3ce36fb4
commit 846f8ab4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ defined( 'ABSPATH' ) || exit;
printf( esc_html__( 'Logged in as %s', 'woocommerce' ), esc_html( $user->display_name ) );
?>
<a href="<?php echo esc_url( $logout_url ); ?>" class="wc-auth-logout"><?php esc_html_e( 'Logout', 'woocommerce' ); ?></a>
</p>
</div>
<p class="wc-auth-actions">