Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request weblab#148 from jmr06005/master
Adding breadcrumbs description
  • Loading branch information
jmr06005 committed Dec 28, 2016
2 parents ea39fc4 + 2c18251 commit 12e14ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/customizer-nav.php
Expand Up @@ -64,6 +64,7 @@ if (!$maxMegaMenuActive){
$wp_customize->add_control('breadcrumbs', array(
'type' => 'radio',
'label' => 'Breadcrumbs',
'description' => 'Based off of parent/child page hierarchy. For more information view our <a target="_blank" href="http://aurora.uconn.edu/2016/12/28/page-hierarchy/">breadcrumb guide</a>.',
'section' => 'nav',
'choices' => array(
'on'=>'On',
Expand Down

0 comments on commit 12e14ed

Please sign in to comment.