mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Coding dashboard, editor bugfix
This commit is contained in:
+2
-1
@@ -40,7 +40,7 @@ class UM_Setup {
|
||||
'_um_search' => 0,
|
||||
'_um_userinfo_animate' => '1',
|
||||
'_um_directory_header' => __('{total_users} Members','ultimatemember'),
|
||||
'_um_directory_no_users' => __('We are sorry. We cannot find any users who match your search criteria.','ultimatemember'),
|
||||
'_um_directory_no_users' => __('Sorry, we cannot find any users who match your search criteria.','ultimatemember'),
|
||||
'_um_sortby' => 'user_registered_desc',
|
||||
'_um_profile_photo' => '1',
|
||||
'_um_cover_photos' => '1',
|
||||
@@ -85,6 +85,7 @@ class UM_Setup {
|
||||
'_um_secondary_btn_text' => '#666',
|
||||
'_um_profile_show_name' => 1,
|
||||
'_um_profile_show_bio' => 1,
|
||||
'_um_profile_bio_maxchars' => 180,
|
||||
'_um_profile_role' => '0',
|
||||
'_um_profile_template' => 'profile',
|
||||
'_um_profile_max_width' => '1000px',
|
||||
|
||||
Reference in New Issue
Block a user