Merge pull request #500 from 0dp/patch-2

container type never gets set v.0.6.12 - Thx @0dp
This commit is contained in:
Holger 2017-12-22 07:34:33 +01:00 committed by GitHub
commit ce58281338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',