Skip to content

Commit 3030fb0

Browse files
fix: visual issues
1 parent 38d0231 commit 3030fb0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

includes/layouts/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ class="form-control"
557557
</div>
558558
</div>
559559

560-
<?php if ( 'proxy' !== $active_tab && 'headers' !== $active_tab && 'schedules' !== $active_tab ) : ?>
560+
<?php if ( 'proxy' !== $active_tab && 'headers' !== $active_tab && 'schedules' !== $active_tab && 'logs' !== $active_tab ) : ?>
561561
<div class="cta pt-30">
562562
<a href="<?php echo esc_url( $help_btn_url ); ?>" class="btn btn-ghost" target="_blank"><?php esc_html_e( 'Need help?', 'feedzy-rss-feeds' ); ?></a>
563563
</div>

includes/views/import-metabox-edit.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,6 @@ class="fz-switch-toggle" type="checkbox" value="yes"
667667
</option>
668668
<?php endforeach; ?>
669669
</select>
670-
<div class="help-text pt-8">
671-
<?php esc_html_e( 'Choose how often Feedzy should import new items from your feeds.', 'feedzy-rss-feeds' ); ?>
672-
</div>
673670
</div>
674671
</div>
675672
</div>

0 commit comments

Comments
 (0)