Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear up dispatch process #36

Open
jeremyharris opened this issue Mar 21, 2013 · 1 comment
Open

Clear up dispatch process #36

jeremyharris opened this issue Mar 21, 2013 · 1 comment

Comments

@jeremyharris
Copy link
Contributor

It's very unclear what's happening in the dispatch process at this point. There are many actions and filters being set up during the theme class instantiation, some of which are called multiple times, some of which are triggered out of order (i.e., parent class fires before/after child class, specifically after_setup_theme).

We should reduce the amount of initial actions set up and move them into logical methods that can be overridden in child classes.

@scj1091
Copy link
Contributor

scj1091 commented Jul 2, 2015

Todo: Write a spec for the theme instantiation / dispatch process, to determine what elements Jeremy was referring to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants