mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed typo;
This commit is contained in:
@@ -495,7 +495,7 @@ if ( ! class_exists( 'um\core\Form' ) ) {
|
||||
$cf_metakeys[] = 'cover_photo';
|
||||
|
||||
if ( array_key_exists( 'show_bio', $this->form_data ) ) {
|
||||
if ( ! emtpy( $this->form_data['show_bio'] ) ) {
|
||||
if ( ! empty( $this->form_data['show_bio'] ) ) {
|
||||
$cf_metakeys[] = UM()->profile()->get_show_bio_key( $this->form_data );
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user