Fix healthcheck when to supported event plugin is installed #88

Open
linos wants to merge 3 commits from fix_healthcheck into main
Showing only changes of commit 66d2447a90 - Show all commits

View file

@ -38,8 +38,8 @@ class General_Admin_Notices {
*/
const ALLOWED_HTML = array(
'a' => array(
'href' => true,
'title' => true,
'href' => true,
'title' => true,
'target' => true,
),
'br',