From c3afafee76620d84f11b8233dc622e8e03591f46 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Wed, 24 Jun 2020 11:53:39 -0300 Subject: [PATCH] Update template version --- templates/myaccount/dashboard.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/templates/myaccount/dashboard.php b/templates/myaccount/dashboard.php index ecfd20f579d..d1a413e50ce 100644 --- a/templates/myaccount/dashboard.php +++ b/templates/myaccount/dashboard.php @@ -12,23 +12,24 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ - * @package WooCommerce/Templates - * @version 4.3.0 + * @see https://docs.woocommerce.com/document/template-structure/ + * @package WooCommerce/Templates + * @version 4.4.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } + +$allowed_html = array( + 'a' => array( + 'href' => array(), + ), +); ?>

array( - 'href' => array(), - ), - ); printf( /* translators: 1: user display name 2: logout url */ wp_kses( __( 'Hello %1$s (not %1$s? Log out)', 'woocommerce' ), $allowed_html ),