diff --git a/functions.php b/functions.php index 9e27764..a7c067b 100644 --- a/functions.php +++ b/functions.php @@ -79,7 +79,7 @@ function roots_register_sidebars() { foreach( $sidebars as $sidebar ) { register_sidebar( array( - 'id'=> 'roots-' . strtolower( $sidebar ), + 'id'=> 'roots-' . strtolower( $sidebar ), 'name' => __( $sidebar, 'roots' ), 'description' => __( $sidebar, 'roots' ), 'before_widget' => '
', @@ -95,7 +95,7 @@ add_action('widgets_init', 'roots_register_sidebars'); // return post entry meta information function roots_entry_meta() { - echo ''; + echo ''; echo ''; }