updated customizer theme sidebar options to clarify that this option is default

This commit is contained in:
Luke 2017-01-20 11:16:50 +11:00
parent 161657be32
commit 1f5803e6b3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
$wp_customize,
'understrap_sidebar_position', array(
'label' => __( 'Sidebar Positioning', 'understrap' ),
'description' => __( "Set sidebar's position. Can either be: right, left, both or none",
'description' => __( "Set sidebar's default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages.",
'understrap' ),
'section' => 'understrap_theme_layout_options',
'settings' => 'understrap_sidebar_position',