phpcs
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 47s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 1m0s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 1m0s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 57s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 54s

This commit is contained in:
André Menrath 2024-12-19 01:26:34 +01:00
parent 569c326816
commit 66d2447a90

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',