- fixed PHP typo;

- fixed links in the forms in a modal window;
- minified scripts;
- updated readme;
This commit is contained in:
nikitasinelnikov
2020-05-26 12:49:18 +03:00
parent c1ad43866a
commit 9da5cef5c5
6 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ function um_profile_field_filter_xss_validation( $value, $data, $type = '' ) {
*/
$option_pairs = apply_filters( 'um_select_options_pair', null, $data );
$arr = empty( $data['options'] ) ? array() : $data['options'];;
$arr = empty( $data['options'] ) ? array() : $data['options'];
if ( $option_pairs ) {
$arr = array_keys( $arr );
}