Update theme-settings.php
If someone tries to override in child temp
This commit is contained in:
parent
9baf0b29fb
commit
c5a142b762
|
@ -5,6 +5,8 @@
|
||||||
* @package understrap
|
* @package understrap
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if ( ! function_exists( 'setup_theme_default_settings' ) ) :
|
||||||
function setup_theme_default_settings() {
|
function setup_theme_default_settings() {
|
||||||
|
|
||||||
// check if settings are set, if not set defaults.
|
// check if settings are set, if not set defaults.
|
||||||
|
@ -27,3 +29,4 @@ function setup_theme_default_settings() {
|
||||||
set_theme_mod( 'understrap_container_type', 'container' );
|
set_theme_mod( 'understrap_container_type', 'container' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
endif;
|
||||||
|
|
Reference in New Issue