Skip to content

Commit

Permalink
Merge pull request #1841 from IanDelMar/post-thumbnails
Browse files Browse the repository at this point in the history
Fix 'Trying to access array offset on value of type bool' in WP 5.0-5.2
  • Loading branch information
bacoords committed Aug 5, 2022
2 parents 58a28ba + 9757cf0 commit 3769f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/setup.php
Expand Up @@ -70,7 +70,7 @@ function understrap_setup() {
/*
* Adding Thumbnail basic support
*/
add_theme_support( 'post-thumbnails' );
add_theme_support( 'post-thumbnails', true );

/*
* Adding support for Widget edit icons in customizer
Expand Down

0 comments on commit 3769f3c

Please sign in to comment.