mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed max_size saving;
This commit is contained in:
@@ -745,7 +745,7 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
|
||||
'sanitize' => 'text',
|
||||
),
|
||||
'_max_size' => array(
|
||||
'sanitize' => 'absint',
|
||||
'sanitize' => 'empty_absint',
|
||||
),
|
||||
'_height' => array(
|
||||
'sanitize' => 'text',
|
||||
|
||||
Reference in New Issue
Block a user