Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Request for people not to use ALL CAPS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Nov 11, 2015
1 parent 06c8110 commit 67a12f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/customizer-titlebar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
$wp_customize->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 <a href-"http://brand.uconn.edu/standards/web/">UConn Web Brand Standards</a>. ';

$wp_customize->add_setting( 'parentSiteTitle',
array(
Expand Down

0 comments on commit 67a12f5

Please sign in to comment.