Labels not needed for player gallery

This commit is contained in:
Brian Miyaji
2014-05-09 18:58:07 +10:00
parent 883f211e85
commit 817b0543fd

View File

@@ -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] );