Add pluggable function wrappers to inc/theme-settings.php

This commit is contained in:
Alex Wright 2018-03-30 11:34:46 -05:00
parent b2e336e2e8
commit d3236e10d6
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}