Under the hood
Plugin hook loading code was refactored with renamed variables but no behavior change
What
The internal logic that registers plugin hooks (including skipping duplicate hook registrations and tracking errors for managed plugins) was refactored with renamed internal variables. No new messages, error codes, or behavior branches were added beyond what already existed.
Why
This is a code cleanup with no expected effect on how plugin hooks behave.