File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments