mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed PHP typo;
- fixed links in the forms in a modal window; - minified scripts; - updated readme;
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user