Update widgets.php

small typo
This commit is contained in:
Johan Nielsen 2018-08-03 10:22:06 +02:00 committed by GitHub
parent acb4fcb186
commit 3a55780298
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">',
@ -112,4 +112,4 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
) );
}
} // endif function_exists( 'understrap_widgets_init' ).
} // endif function_exists( 'understrap_widgets_init' ).