From 817b0543fd78f8118140e4e2834e451f4d7634dd Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 9 May 2014 18:58:07 +1000 Subject: [PATCH] Labels not needed for player gallery --- templates/player-gallery.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/player-gallery.php b/templates/player-gallery.php index 992044db..ec9d9f51 100644 --- a/templates/player-gallery.php +++ b/templates/player-gallery.php @@ -47,9 +47,6 @@ $selector = 'sp-player-gallery-' . $id; $list = new SP_Player_List( $id ); $data = $list->data(); -// The first row should be column labels -$labels = $data[0]; - // Remove the first row to leave us with the actual data unset( $data[0] );