From 7ce364f87414e57667af678d3e230f794f275296 Mon Sep 17 00:00:00 2001 From: ashubawork Date: Wed, 17 Jan 2024 13:40:53 +0200 Subject: [PATCH] - small wpcs fix --- templates/password-change.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/password-change.php b/templates/password-change.php index 322a2e65..9834b066 100644 --- a/templates/password-change.php +++ b/templates/password-change.php @@ -57,7 +57,8 @@ if ( ! defined( 'ABSPATH' ) ) { foreach ( $fields as $key => $data ) { $output .= UM()->fields()->edit_field( $key, $data ); } - echo wp_kses( $output, UM()->get_allowed_html( 'templates' ) ); ?> + echo wp_kses( $output, UM()->get_allowed_html( 'templates' ) ); + ?>