";
echo apply_filters( 'gallery_style', $gallery_style . "\n\t\t" );
?>
-
-
+
0 )
$limit = $number;
@@ -113,6 +112,8 @@ echo apply_filters( 'gallery_style', $gallery_style . "\n\t\t" );
foreach ( $groups as $group ):
$i = 0;
+ echo '
';
+
if ( ! empty( $group->name ) ):
echo '
';
echo '<' . $grouptag . ' class="player-group-name player-gallery-group-name">' . $group->name . '' . $grouptag . '>';
@@ -144,6 +145,8 @@ echo apply_filters( 'gallery_style', $gallery_style . "\n\t\t" );
echo '
';
}
+ echo '
';
+
endforeach;
if ( ! $html5 && $columns > 0 && ++$i % $columns == 0 ) {
@@ -154,6 +157,5 @@ echo apply_filters( 'gallery_style', $gallery_style . "\n\t\t" );
echo '
' . __( 'View all players', 'sportspress' ) . '';
}
- echo "