Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Header widget area description
  • Loading branch information
Roy committed Dec 28, 2016
1 parent 2c18251 commit 8a2ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/reg-sidebars.php
Expand Up @@ -48,7 +48,7 @@ if ( function_exists('register_sidebar') ) {
register_sidebar(array(
'name' => __( 'Header Content', 'theme_text_domain' ),
'id' => 'header-widget-area',
'description' => 'Widget area for header. Limited to 2 widgets.',
'description' => 'Widget area for header, limited to 2 widgets. Max height: 76px. For more information view our header widget area guide',
'class' => 'sidebar',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
Expand Down

0 comments on commit 8a2ea8d

Please sign in to comment.