mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Update 1.2.93
This commit is contained in:
@@ -196,9 +196,7 @@
|
||||
}
|
||||
|
||||
if ( isset( $array['html'] ) && $array['html'] == 0 ) {
|
||||
if ( $args[$key] != htmlspecialchars($args[$key]) ) {
|
||||
$ultimatemember->form->add_error($key, __('You can not use HTML tags here','ultimatemember') );
|
||||
}
|
||||
$args[$key] = strip_tags( $args[$key] );
|
||||
}
|
||||
|
||||
if ( isset( $array['force_good_pass'] ) && $array['force_good_pass'] == 1 ) {
|
||||
|
||||
Reference in New Issue
Block a user