Merge pull request #1841 from IanDelMar/post-thumbnails
Fix 'Trying to access array offset on value of type bool' in WP 5.0-5.2
This commit is contained in:
commit
3769f3cf87
|
|
@ -70,7 +70,7 @@ if ( ! function_exists( '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
|
||||
|
|
|
|||
Loading…
Reference in New Issue