From 6ef08ea8c779b64b032ea3657be9f2009ca8a1ce Mon Sep 17 00:00:00 2001 From: Faisal Ahammad Date: Wed, 29 Apr 2026 21:03:07 +0600 Subject: [PATCH] fix: render line breaks in admin bar upgrade message The upgrade message text contains a
tag which was being escaped by esc_html(), causing it to be visible as literal text. Using wp_kses() with a narrow allowlist fixes the rendering. Fixes #1033 --- views/admin/admin-bar-status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/admin/admin-bar-status.php b/views/admin/admin-bar-status.php index 49f858b1..06fe3592 100644 --- a/views/admin/admin-bar-status.php +++ b/views/admin/admin-bar-status.php @@ -39,7 +39,7 @@

-

+

[] ] ); ?>