Fix identation
This commit is contained in:
parent
527118bd2f
commit
95415cd098
|
@ -61,8 +61,8 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
||||||
// Get the list of possible select options.
|
// Get the list of possible select options.
|
||||||
$choices = $setting->manager->get_control( $setting->id )->choices;
|
$choices = $setting->manager->get_control( $setting->id )->choices;
|
||||||
|
|
||||||
// If the input is a valid key, return it; otherwise, return the default.
|
// If the input is a valid key, return it; otherwise, return the default.
|
||||||
return ( array_key_exists( $input, $choices ) ? $input : $setting->default );
|
return ( array_key_exists( $input, $choices ) ? $input : $setting->default );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue