diff --git a/inc/theme-settings.php b/inc/theme-settings.php index c7ab6e0..f91d8f1 100755 --- a/inc/theme-settings.php +++ b/inc/theme-settings.php @@ -6,7 +6,7 @@ * */ -if ( ! function_exists( 'understrap_setup_theme_default_settings' ) ) : +if ( ! function_exists ( 'understrap_setup_theme_default_settings' ) ) { function understrap_setup_theme_default_settings() { // check if settings are set, if not set defaults. @@ -29,4 +29,4 @@ if ( ! function_exists( 'understrap_setup_theme_default_settings' ) ) : set_theme_mod( 'understrap_container_type', 'container' ); } } -endif; +} \ No newline at end of file