From 4853acc7f7d552f0e984fb26ce0b3ae1521b3520 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 4 Dec 2023 20:22:58 +0200 Subject: [PATCH] - updated allowed tags based on https://github.com/ultimatemember/notes/pull/28; --- includes/class-functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/class-functions.php b/includes/class-functions.php index 0d738697..6c0aff80 100644 --- a/includes/class-functions.php +++ b/includes/class-functions.php @@ -418,6 +418,7 @@ if ( ! class_exists( 'UM_Functions' ) ) { 'usemap' => true, 'width' => true, ), + 'ol' => array(), 'ul' => array(), 'li' => array(), 'h1' => array( @@ -643,6 +644,7 @@ if ( ! class_exists( 'UM_Functions' ) ) { 'dir' => true, 'lang' => true, ), + 'ol' => array(), 'ul' => array(), 'li' => array(), 'time' => array( @@ -683,6 +685,7 @@ if ( ! class_exists( 'UM_Functions' ) ) { ), 'em' => array(), 'i' => array(), + 'b' => array(), 'q' => array( 'cite' => true, ),