diff --git a/admin/settings/options-event.php b/admin/settings/options-event.php index 9eed7602..c724b28d 100644 --- a/admin/settings/options-event.php +++ b/admin/settings/options-event.php @@ -12,9 +12,6 @@ function sportspress_results_callback() { 'order' => 'ASC' ); $data = get_posts( $args ); - - $default = end( $data ); - reset( $data ); ?>
@@ -28,7 +25,17 @@ function sportspress_results_callback() { - +
>