Skip to content

Commit

Permalink
deploy: 1d6f71f
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 5, 2025
1 parent 2591d95 commit 6f18e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mt-processing.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@
continue;
}
if ( 'discrete' === $counting || 'event' === $counting ) {
$available = "<input type='text' name='mt_tickets$pattern' id='mt_tickets_$counting . '_' . $label' value='" . esc_attr( $options['tickets'] ) . "' size='8' />";
$available = "<input type='text' name='mt_tickets$pattern' id='mt_tickets_$counting" . '_' . "$label' value='" . esc_attr( $options['tickets'] ) . "' size='8' />";
} else {
$available = "<input type='hidden' name='mt_tickets$pattern' id='mt_tickets_$counting . '_' . $label' value='inherit' />";
$available = "<input type='hidden' name='mt_tickets$pattern' id='mt_tickets_$counting" . '_' . "$label' value='inherit' />";
}
if ( $label ) {
$date = ( isset( $options['label'] ) && '' !== $options['label'] ) ? $options['label'] : '';
Expand Down

0 comments on commit 6f18e74

Please sign in to comment.