mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- updated allowed tags based on https://github.com/ultimatemember/notes/pull/28;
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user