From 742cf2f6a26a8d411ea9a22ccc798f69774e0d60 Mon Sep 17 00:00:00 2001 From: Johan Nielsen Date: Thu, 14 Dec 2017 13:20:40 +0100 Subject: [PATCH] container type never gets set v.0.6.12 --- inc/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/customizer.php b/inc/customizer.php index f2e5ee8..483086f 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -64,7 +64,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) { $wp_customize->add_control( new WP_Customize_Control( $wp_customize, - 'container_type', array( + 'understrap_container_type', array( 'label' => __( 'Container Width', 'understrap' ), 'description' => __( "Choose between Bootstrap's container and container-fluid", 'understrap' ), 'section' => 'understrap_theme_layout_options',