Skip to content

Commit 129137f

Browse files
fix: visual issues
1 parent d5a62e5 commit 129137f

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
@@ -664,9 +664,6 @@ class="fz-switch-toggle" type="checkbox" value="yes"
664664
</option>
665665
<?php endforeach; ?>
666666
</select>
667-
<div class="help-text pt-8">
668-
<?php esc_html_e( 'Choose how often Feedzy should import new items from your feeds.', 'feedzy-rss-feeds' ); ?>
669-
</div>
670667
</div>
671668
</div>
672669
</div>

0 commit comments

Comments
 (0)