Latest posts: Notice: Undefined index: $attributes['layout']
#2010
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Type] Bug
An existing feature does not function as intended
I'm getting a PHP notice in the admin for a post that contains a Latest Posts Block:
Notice: Undefined index: layout in / ... /gutenberg/lib/blocks/latest-posts.php on line 74
seems to me introduced in 8580da5 where before checking for
if ( 'grid' === $attributes['layout'] )
is probably necessary to check forisset()
.The text was updated successfully, but these errors were encountered: