Move configure tab to submenu and use ajax

This commit is contained in:
Brian Miyaji
2014-08-14 13:13:04 +10:00
parent 7749fefbda
commit fd835a2af3
7 changed files with 409 additions and 455 deletions

View File

@@ -34,6 +34,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-ajax.php' );
// Classes we only need if the ajax is not-ajax
if ( ! is_ajax() ) {