- fixed member directory sorting;

- fixed member directory list dropdown init after changing view type;
- fixed registration form;
This commit is contained in:
nikitasinelnikov
2020-07-14 04:21:03 +03:00
parent db2bc4a855
commit 88c3720106
6 changed files with 13 additions and 4 deletions
+3
View File
@@ -1033,6 +1033,9 @@ function um_filtered_social_link( $key, $match ) {
*/
function um_filtered_value( $key, $data = false ) {
$value = um_user( $key );
if ( is_array( $value ) ) {
$value = add_magic_quotes( $value );
}
if ( ! $data ) {
$data = UM()->builtin()->get_specific_field( $key );