mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Fix display name issue
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ $this->sections[] = array(
|
||||
'select2' => array( 'allowClear' => 0, 'minimumResultsForSearch' => -1 ),
|
||||
'title' => __( 'User Display Name','ultimatemember' ),
|
||||
'desc' => __( 'This is the name that will be displayed for users on the front end of your site. Default setting uses first/last name as display name if it exists','ultimatemember' ),
|
||||
'default' => 'default',
|
||||
'default' => 'full_name',
|
||||
'options' => array(
|
||||
'default' => __('Default WP Display Name','ultimatemember'),
|
||||
'nickname' => __('Nickname','ultimatemember'),
|
||||
|
||||
Reference in New Issue
Block a user