From 3a557802985283bd1baa94a740b7875a808f4b8b Mon Sep 17 00:00:00 2001 From: Johan Nielsen Date: Fri, 3 Aug 2018 10:22:06 +0200 Subject: [PATCH] Update widgets.php small typo --- inc/widgets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/widgets.php b/inc/widgets.php index 60a07c1..bf63ac2 100644 --- a/inc/widgets.php +++ b/inc/widgets.php @@ -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' => '
', 'after_widget' => '
', 'before_title' => '

', @@ -112,4 +112,4 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) { ) ); } -} // endif function_exists( 'understrap_widgets_init' ). \ No newline at end of file +} // endif function_exists( 'understrap_widgets_init' ).