Update 1.2.93

This commit is contained in:
ultimatemember
2015-05-05 18:06:39 +03:00
parent 77cde02dd8
commit 722367a11c
30 changed files with 340 additions and 96 deletions
+1 -3
View File
@@ -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 ) {