Pass individual option groups through filter

This commit is contained in:
Brian Miyaji
2015-01-21 23:53:29 +11:00
parent ce3db85b5f
commit cabc1bc90e
8 changed files with 765 additions and 460 deletions

View File

@@ -1,11 +1,11 @@
<?php
/**
* SportsPress General Settings
* SportsPress System Status
*
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 1.4.1
* @version 1.6
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -43,7 +43,7 @@ class SP_Settings_Status extends SP_Settings_Page {
<div id="debug-report"><textarea readonly="readonly"></textarea></div>
</div>
<br/>
<table class="sp_status_table widefat" cellspacing="0">
<table class="sp-status-table widefat" cellspacing="0">
<thead>
<tr>
@@ -549,7 +549,7 @@ class SP_Settings_Status extends SP_Settings_Page {
var report = "";
jQuery('.sp_status_table thead, .sp_status_table tbody').each(function(){
jQuery('.sp-status-table thead, .sp-status-table tbody').each(function(){
if ( jQuery( this ).is('thead') ) {