mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Add span and its class to the allowed tags
This commit is contained in:
@@ -125,6 +125,12 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
|
||||
'target' => array(),
|
||||
'class' => array(),
|
||||
),
|
||||
'i' => array(
|
||||
'class' => array(),
|
||||
),
|
||||
'span' => array(
|
||||
'class' => array(),
|
||||
),
|
||||
'br' => array(),
|
||||
'em' => array(),
|
||||
'strong' => array(
|
||||
|
||||
Reference in New Issue
Block a user