Remove , from last line

This commit is contained in:
koenemann 2016-11-21 09:05:25 +01:00
parent 2ef0ff0c58
commit 9b06f55e6a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
$wp_customize->add_setting( 'understrap_container_type', array(
'default' => 'container',
'type' => 'theme_mod',
'capability' => 'edit_theme_options',
'capability' => 'edit_theme_options'
) );
$wp_customize->add_control(