Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
My Jetpack: avoid PHP warning when is_silent is not set (#38963)
* My Jetpack: avoid PHP warning when is_silent is not set Follow-up to #38534 This should avoid warnings like this one: ``` PHP Warning: Undefined array key "is_silent" in /srv/htdocs/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php on line 759 ``` * Update projects/packages/my-jetpack/src/class-initializer.php Co-authored-by: Brad Jorsch <[email protected]> --------- Co-authored-by: Brad Jorsch <[email protected]>
- Loading branch information