mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
* fixed sanitizing for activation_link_expiry_time setting;
This commit is contained in:
@@ -769,7 +769,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
'sanitize' => 'bool',
|
||||
),
|
||||
'activation_link_expiry_time' => array(
|
||||
'sanitize' => 'absint',
|
||||
'sanitize' => 'empty_absint',
|
||||
),
|
||||
'account_tab_password' => array(
|
||||
'sanitize' => 'bool',
|
||||
|
||||
Reference in New Issue
Block a user