From 846f8ab4fe8ecaa414ccfc82b83645035388f74f Mon Sep 17 00:00:00 2001 From: Zack Katz Date: Mon, 8 Jun 2020 14:08:00 -0600 Subject: [PATCH] Fix unbalanced tag --- templates/auth/form-grant-access.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/auth/form-grant-access.php b/templates/auth/form-grant-access.php index f5ee952ffcf..ecaee458f22 100644 --- a/templates/auth/form-grant-access.php +++ b/templates/auth/form-grant-access.php @@ -50,6 +50,7 @@ defined( 'ABSPATH' ) || exit; printf( esc_html__( 'Logged in as %s', 'woocommerce' ), esc_html( $user->display_name ) ); ?> +