Move venue term functions into class

This commit is contained in:
Brian Miyaji
2014-03-26 11:12:22 +11:00
parent 1a00fdb2da
commit 32fddcc82e
6 changed files with 171 additions and 167 deletions

View File

@@ -35,7 +35,7 @@ class SP_Admin {
// Classes
include_once( 'class-sp-admin-post-types.php' );
// include_once( 'class-sp-admin-taxonomies.php' );
include_once( 'class-sp-admin-taxonomies.php' );
// Classes we only need if the ajax is not-ajax
if ( ! is_ajax() ) {