Allow blank player number in event

This commit is contained in:
Brian Miyaji
2014-06-18 22:14:14 +10:00
parent c66fcd7817
commit a9a47decd5
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class SP_Meta_Box_Event_Performance {
?>
<tr class="sp-row sp-post" data-player="<?php echo $player_id; ?>">
<td>
<input class="small-text sp-player-number-input" type="text" name="sp_players[<?php echo $team_id; ?>][<?php echo $player_id; ?>][number]" value="<?php echo $value; ?>" placeholder="<?php echo $number; ?>" />
<input class="small-text sp-player-number-input" type="text" name="sp_players[<?php echo $team_id; ?>][<?php echo $player_id; ?>][number]" value="<?php echo $value; ?>" />
</td>
<td><?php echo get_the_title( $player_id ); ?></td>
<td>