@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param mixed $value The value to sanitize. |
22 | 22 | * @param mixed $setting The setting for which the sanitizing is occurring. |
23 | 23 | * @return mixed The sanitized value. |
24 | - */ |
|
24 | + */ |
|
25 | 25 | function lsx_sanitize_choices( $value, $setting ) { |
26 | 26 | if ( is_object( $setting ) ) { |
27 | 27 | $setting = $setting->id; |