From acbb69f5435eaaf977ed691af1afe9a58cd79194 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 25 Aug 2014 00:21:14 +1000 Subject: [PATCH] Add missing footer cell to event performance table --- .../class-sp-meta-box-event-performance.php | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php index 67e3bfc3..e2a654c5 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php @@ -86,6 +86,22 @@ class SP_Meta_Box_Event_Performance { + + +   +   + +   + $label ): + $player_id = 0; + $player_performance = sp_array_value( $data, 0, array() ); + $value = sp_array_value( $player_performance, $column, '' ); + ?> + + +   + + $player_performance ): @@ -130,21 +146,6 @@ class SP_Meta_Box_Event_Performance { endforeach; ?> - - -   - -   - $label ): - $player_id = 0; - $player_performance = sp_array_value( $data, 0, array() ); - $value = sp_array_value( $player_performance, $column, '' ); - ?> - - -   - -