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

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 0.8
* @version 1.4
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -17,13 +17,6 @@ if ( ! class_exists( 'SP_Admin_Status' ) ) :
*/
class SP_Admin_Status {
/**
* Handles output of the reports page in admin.
*/
public function output() {
include_once( 'views/html-admin-page-status.php' );
}
/**
* Retrieve metadata from a file. Based on WP Core's get_file_data function
*