Skip to content

Commit

Permalink
fix: phpcs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Jan 5, 2025
1 parent 937939d commit f4ad939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/views/import-metabox-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class="dashicons dashicons-arrow-down-alt2"></span>
<input type="hidden" name="feedzy_meta_data[filter_conditions]" id="feed-post-filters-conditions" value="<?php echo esc_attr( $filter_conditions ); ?>">
<div class="fz-conditions" id="fz-conditions"></div>
<?php if ( ! feedzy_is_pro() ) : ?>
<div class="fdz-upgrade-link"><span class="dashicons dashicons-lock"></span> <a href="<?php echo esc_url(feedzy_upgrade_link('filters', 'import')); ?>"><?php _e( 'Upgrade to Unlock Advanced Filtering', 'feedzy-rss-feeds'); ?> </a></div>
<div class="fdz-upgrade-link"><span class="dashicons dashicons-lock"></span> <a href="<?php echo esc_url(feedzy_upgrade_link('filters', 'import')); ?>"><?php __( 'Upgrade to Unlock Advanced Filtering', 'feedzy-rss-feeds'); ?> </a></div>
<?php endif; ?>
</div>
</div>
Expand Down

0 comments on commit f4ad939

Please sign in to comment.