Add title to log file list table view

This commit is contained in:
Corey McKrill 2023-10-18 16:11:48 -07:00
parent 4fff634b6b
commit 7be565bc47
No known key found for this signature in database
GPG Key ID: 84BBFE669C4D97B8
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ class PageController {
$params = $this->get_query_params();
?>
<h2>
<?php esc_html_e( 'Log files', 'woocommerce' ); ?>
</h2>
<form id="logs-list-table-form" method="get">
<input type="hidden" name="page" value="wc-status" />
<input type="hidden" name="tab" value="logs" />