Move system status to settings tab

This commit is contained in:
Brian Miyaji
2014-10-19 15:51:00 +11:00
parent adb7324349
commit e646d2c752
8 changed files with 608 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( ! class_exists( 'SP_Settings_General' ) ) :
/**
* SP_Admin_Settings_General
* SP_Settings_General
*/
class SP_Settings_General extends SP_Settings_Page {