Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow plugin classes with colons, allow non-fully qualified names:
If you call the `execute_hook` method, you need the fully qualified name. We protect against it elsewhere, but not here. Here at least we throw a warning. We should do the same elsewhere. Anyway, we also check for nested classes, which I missed.
- Loading branch information