Merge pull request #759 from 0dp/patch-12

Update widgets.php
This commit is contained in:
Holger 2018-08-16 16:10:59 +02:00 committed by GitHub
commit 699bdef17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
register_sidebar( array(
'name' => __( 'Top Full', 'understrap' ),
'id' => 'statichero',
'description' => 'Full top widget with dynmic grid',
'description' => 'Full top widget with dynamic grid',
'before_widget' => '<div id="%1$s" class="static-hero-widget %2$s '. understrap_slbd_count_widgets( 'statichero' ) .'">',
'after_widget' => '</div><!-- .static-hero-widget -->',
'before_title' => '<h3 class="widget-title">',