Remove Help tab, add GitHub and Buy Me a Coffee links to About tab

This commit is contained in:
Forkless
2026-05-11 23:11:28 +02:00
parent e3cfdd996f
commit 6fb65a5279
2 changed files with 1 additions and 6 deletions
-4
View File
@@ -569,10 +569,6 @@ class Settings {
class="nav-tab <?php echo 'logs' === $active_tab ? 'nav-tab-active' : ''; ?>">
<?php esc_html_e( 'Logs', 'piperless' ); ?>
</a>
<a href="?page=<?php echo esc_attr( $this->page_slug ); ?>&tab=help"
class="nav-tab <?php echo 'help' === $active_tab ? 'nav-tab-active' : ''; ?>">
<?php esc_html_e( 'Help', 'piperless' ); ?>
</a>
<a href="?page=<?php echo esc_attr( $this->page_slug ); ?>&tab=about"
class="nav-tab <?php echo 'about' === $active_tab ? 'nav-tab-active' : ''; ?>">
<?php esc_html_e( 'About', 'piperless' ); ?>