Remove , from last line
This commit is contained in:
parent
2ef0ff0c58
commit
9b06f55e6a
|
@ -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(
|
||||
|
|
Reference in New Issue