Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admin-ui: Register Akismet menu for Jetpack-the-plugin too (#33559)
* admin-ui: Register Akismet menu for Jetpack-the-plugin too In #32911, we changed Jetpack to try to start using Admin_Menu to register a menu for Akismet instead of doing it itself, to avoid a bug where we'd get duplicate menu entries if a standalone plugin initialized Admin_Menu before Jetpack got loaded. Unfortunately it wasn't noticed that Admin_Menu specifically avoids registering a menu for Akismet if Jetpack is present, so now Akismet isn't being registered at all. Fix that by removing that check, allowing Admin_Menu to register Akismet for Jetpack too. * Revert "Revert "Utilize the Admin UI package for handling the Akismet menu" (#33551)" This reverts commit 6828e4b8b2500425839ea8b61c8f725dcf18a5cb. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6667812010
- Loading branch information