From a1061b9d271ea1ac01cb42d7958baf65299eef6d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 29 Dec 2015 15:18:14 +1100 Subject: [PATCH] Remove unused variable in player gallery --- templates/player-gallery.php | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/player-gallery.php b/templates/player-gallery.php index fc38eb7a..4a63044d 100644 --- a/templates/player-gallery.php +++ b/templates/player-gallery.php @@ -138,7 +138,6 @@ echo apply_filters( 'gallery_style', $gallery_style . "\n\t\t" ); sp_get_template( 'player-gallery-thumbnail.php', array( 'id' => $player_id, - 'performance' => $performance, 'itemtag' => $itemtag, 'icontag' => $icontag, 'captiontag' => $captiontag,