This commit is contained in:
nikitasinelnikov
2020-01-13 17:31:32 +02:00
+1 -1
View File
@@ -2172,7 +2172,7 @@ if ( ! class_exists( 'um\core\Member_Directory' ) ) {
) );
}
$data_array[ "label_{$key}" ] = $label;
$data_array[ "label_{$key}" ] = __( $label, 'ultimate-member' );
$data_array[ $key ] = $value;
}
}