mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed sanitizing the description field with allowed HTML inside;
This commit is contained in:
@@ -59,7 +59,7 @@ if ( ! class_exists( 'um\admin\core\Admin_DragDrop' ) ) {
|
||||
}
|
||||
|
||||
foreach ( $_POST as $key => $value ) {
|
||||
|
||||
// don't use sanitize_key here because of a key can be in Uppercase
|
||||
$key = sanitize_text_field( $key );
|
||||
|
||||
// adding rows
|
||||
|
||||
Reference in New Issue
Block a user