From 4df8fe45a5349ad6a44a4f08f8e1a2976856a435 Mon Sep 17 00:00:00 2001 From: Dat Hoang Date: Sat, 11 Jan 2020 16:06:36 +0700 Subject: [PATCH] Add more changes from the recent feedback --- modules/subscriptions/views.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/subscriptions/views.php b/modules/subscriptions/views.php index c923b8e4a4015..8b3ee03fc3f1a 100644 --- a/modules/subscriptions/views.php +++ b/modules/subscriptions/views.php @@ -13,9 +13,10 @@ class Jetpack_Subscriptions_Widget extends WP_Widget { */ public static $allowed_html_tags_for_message = array( 'a' => array( - 'href' => array(), - 'title' => array(), - 'rel' => array(), + 'href' => array(), + 'title' => array(), + 'rel' => array(), + 'target' => array(), ), 'br' => array(), ); @@ -169,7 +170,7 @@ static function render_widget_status_messages( $instance ) { Approve or delete a few subscriptions at subscribe.wordpress.com before continuing.', 'jetpack' ), self::$allowed_html_tags_for_message ),