Skip to content

Commit

Permalink
Labeled tickets page incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 22, 2023
1 parent d536b43 commit 07a088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function mt_admin_state( $states, $post ) {
if ( absint( $options['mt_receipt_page'] ) === $post->ID ) {
$states[] = __( 'Receipt Page', 'my-tickets' );
}
if ( absint( $options['mt_purchase_page'] ) === $post->ID ) {
if ( absint( $options['mt_tickets_page'] ) === $post->ID ) {
$states[] = __( 'Ticket Page', 'my-tickets' );
}
}
Expand Down

0 comments on commit 07a088e

Please sign in to comment.