Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Fix: Tools sections were no longer visible (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Terminator-Barbapapa authored Apr 6, 2022
1 parent f6a785a commit 50fa931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce-pdf-ips-number-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function number_tools_page( $active_tab = '', $active_section = '' ) {
'tools' => __( 'Tools', 'woocommerce-pdf-ips-number-tools' ),
];
?>
<div class="wcpdf_document_settings_sections">
<div class="wcpdf-settings-sections">
<ul>
<?php
foreach ($sections as $section => $title) {
Expand Down

0 comments on commit 50fa931

Please # to comment.