mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
Coding dashboard, editor bugfix
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
$save[ $_metakey ][$new_key] = $val;
|
||||
}
|
||||
|
||||
} else if ( $key == 'um_editor' ) {
|
||||
} else if ( strstr( $key, 'um_editor' ) ) {
|
||||
$save[ $_metakey ]['content'] = $val;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user