Fix healthcheck when to supported event plugin is installed #88
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue