Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The call to
gutenberg_skip_color_serialization()
from elements.php …
…sometimes does not pass a valid $block_type, which must be an object. It is `NULL`. Perhaps due to a race condition. This commit checks if $block_type is an object before trying to use it.
- Loading branch information