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
Use wpAssertionFailure in TaggedManagedObjectID (#24376)
* Use `wpAssertionFailure` to bypass app delegate in `TaggedManagedObjectID`
* Replace call to app delegate with `wpAssertionFailure`
After all, the goal of the code was to log the error, which
`wpAssertionFailure` allows to do.
Removing the app delegate access unblocks moving `TaggedManagedObjectID`
away from the apps targets and into WordPressData.
0 commit comments