RadoslavGeorgiev / rila-framework

A front-end WordPress framework with a set of many extendable class wrappers, inpired by the MVC ideology
GNU General Public License v2.0
18 stars 3 forks source link

[BUGFIX] Allow Rila\Taxonomy::all($taxonomy) #15

Closed iantsch closed 7 years ago

iantsch commented 7 years ago

Remove hard-coded taxonomy from generic class

RadoslavGeorgiev commented 7 years ago

The purpose of the "all" method is to allow calling things like Post_Tag::all(), not just categories.

a73bc22 addresses this.