Fix force UT8 encoding option

This commit is contained in:
champsupertramp
2016-03-13 21:35:07 +08:00
parent eb3268feaf
commit 1ae12a286a
4 changed files with 50 additions and 3 deletions
+1 -1
View File
@@ -829,7 +829,7 @@ class UM_User {
$args['ID'] = $this->id;
$changes = apply_filters('um_before_update_profile');
$changes = apply_filters('um_before_update_profile', $changes, $this->id);
// save or update profile meta
foreach( $changes as $key => $value ) {