diff --git a/inc/customizer-titlebar.php b/inc/customizer-titlebar.php index 7a4ba06..1d876db 100644 --- a/inc/customizer-titlebar.php +++ b/inc/customizer-titlebar.php @@ -1,6 +1,7 @@ get_section( 'title_tagline' )->title = 'Title Bar'; $wp_customize->remove_control('blogdescription');// removes tagline form field. + $wp_customize->get_control( 'blogname' )->description = 'Please use Title Case, not ALL CAPS, as defined in UConn Web Brand Standards. '; $wp_customize->add_setting( 'parentSiteTitle', array(