mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-28 03:32:51 +00:00
This standardizes the actions that one needs to hook to for tracking user role changes: * `add_user_role` is only fired when the user has actually gained a new role. * `remove_user_role` is only fired when the role was actually removed. Both actions are now fired in `WP_User::set_role()` as appropriate. Props dd32, SergeyBiryukov. Fixes #54164. git-svn-id: https://develop.svn.wordpress.org/trunk@52823 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| e2e | ||
| gutenberg | ||
| phpunit | ||
| qunit | ||
| visual-regression | ||