You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
unregisterDefaultStyleOverrides in AbstractEnqueueBlocks now checks for is_admin() and returns early on the frontend, preventing an unnecessary request to the wp-admin/css URL used to re-register the forms and reset style dependencies. This is an additional safeguard in case the hook is accidentally changed from enqueue_block_editor_assets to enqueue_block_assets, which also fires on the frontend.