Skip to content

Commit

Permalink
Update mt-add-to-cart.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 26, 2024
1 parent bb86b31 commit 1586ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mt-add-to-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ function mt_ticket_row( $event_id, $registration, $ticket_type, $type, $availabl
$order_value = 0;
}
$button_up = ( 'number' === $input_type ) ? '<button type="button" class="mt-increment"><span class="dashicons dashicons-plus" aria-hidden="true"></span><span class="screen-reader-text">' . __( 'Add one', 'my-tickets' ) . '</span></button>' : '';
$button_down = ( 'number' === $input_type ) ? '<button type="button" class="mt-decrement"><span class="dashicons dashicons-minus" aria-hidden="true"></span><span class="screen-reader-text">' . __( 'Remove one', 'my-tickets' ) . '</span></button>' : '';
$button_down = ( 'number' === $input_type ) ? '<button type="button" class="mt-decrement"><span class="dashicons dashicons-minus" aria-hidden="true"></span><span class="screen-reader-text">' . __( 'Remove one', 'my-tickets' ) . '</span></button>' : '';

if ( 'inherit' === $available ) {
$inventory = mt_check_inventory( $event_id, $type );
Expand Down

0 comments on commit 1586ed7

Please sign in to comment.