Fix space usage
This commit is contained in:
parent
9c8be5118d
commit
024ddea2ab
|
@ -3,14 +3,13 @@
|
|||
* Check and setup theme's default settings
|
||||
*
|
||||
* @package understrap
|
||||
*
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
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.
|
||||
|
@ -33,4 +32,4 @@ if ( ! function_exists ( 'understrap_setup_theme_default_settings' ) ) {
|
|||
set_theme_mod( 'understrap_container_type', 'container' );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue