Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
245 stars 50 forks source link

Fix taxonomy template loading #180

Closed markoheijnen closed 9 years ago

markoheijnen commented 10 years ago

Currently taxonomy class is missing some of the functionality that post types do have.

I named get_query_template() type "bbl-taxonomy" to let people know it's not a typo.

johnbillion commented 9 years ago

Thanks Marko. I'm planning on a parent class which the post and taxonomy classes will extend, but this will do for now.