Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed Dec 18, 2024
1 parent 6fa76e6 commit 5798957
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public function menu_tools_summarize() {
}
// Render the widefat table.
$this->table( $rows, 'widefat tix-summarize' );
endif;
?>
<form method="post" action="<?php echo esc_url( add_query_arg( 'tix_summarize', 1 ) ); ?>">
<table class="form-table">
Expand Down

0 comments on commit 5798957

Please sign in to comment.