mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Possible bug with editor field in redux
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ $this->sections[] = array(
|
||||
|
||||
array(
|
||||
'id' => 'delete_account_text',
|
||||
'type' => 'editor',
|
||||
'type' => 'textarea', // bug with wp 4.4? should be editor
|
||||
'title' => __( 'Account Deletion Custom Text','ultimatemember' ),
|
||||
'default' => __('Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below','ultimatemember'),
|
||||
'desc' => __('This is custom text that will be displayed to users before they delete their accounts from your site','ultimatemember'),
|
||||
|
||||
Reference in New Issue
Block a user