Organize config table

This commit is contained in:
Brian Miyaji
2014-01-06 12:21:05 +11:00
parent f49ec03546
commit 233d39eb8f
7 changed files with 42 additions and 18 deletions

View File

@@ -25,7 +25,6 @@ function sp_column_edit_columns() {
'title' => __( 'Label', 'sportspress' ),
'sp_key' => __( 'Key', 'sportspress' ),
'sp_format' => __( 'Format', 'sportspress' ),
'sp_precision' => __( 'Precision', 'sportspress' ),
'sp_equation' => __( 'Equation', 'sportspress' ),
'sp_order' => __( 'Sort Order', 'sportspress' ),
);

View File

@@ -25,7 +25,6 @@ function sp_statistic_edit_columns() {
'title' => __( 'Label', 'sportspress' ),
'sp_key' => __( 'Key', 'sportspress' ),
'sp_format' => __( 'Format', 'sportspress' ),
'sp_precision' => __( 'Precision', 'sportspress' ),
'sp_equation' => __( 'Equation', 'sportspress' ),
'sp_order' => __( 'Sort Order', 'sportspress' ),
);