Skip to content

Commit

Permalink
Re-fix #1841
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar committed Aug 8, 2022
1 parent 249e0e4 commit b4544d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function understrap_setup() {
/*
* Adding Thumbnail basic support
*/
add_theme_support( 'post-thumbnails', true );
add_theme_support( 'post-thumbnails', array() );

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

0 comments on commit b4544d4

Please sign in to comment.