From 835c5dd6b3ad66e17628bf6e751d18aa0690474e Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 17 Nov 2021 11:57:23 +0900 Subject: [PATCH] Fix player status selector in events --- .../meta-boxes/class-sp-meta-box-event-performance.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php index 8d676590..b511e997 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php @@ -563,8 +563,8 @@ endforeach; $times = false; } ?> - array( 'class' => array(), 'name' => array() ), 'option' => array( 'value' => array() ) ) ); ?>
- array( 'class' => array(), 'name' => array() ), 'option' => array( 'value' => array() ) ) ); ?>
+ array( 'class' => array(), 'name' => array() ), 'option' => array( 'value' => array(), 'selected' => array() ) ) ); ?>
+ array( 'class' => array(), 'name' => array() ), 'option' => array( 'value' => array(), 'selected' => array() ) ) ); ?>