Skip to content

Commit f4ad939

Browse files
committed
fix: phpcs issues
1 parent 937939d commit f4ad939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/views/import-metabox-edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class="dashicons dashicons-arrow-down-alt2"></span>
116116
<input type="hidden" name="feedzy_meta_data[filter_conditions]" id="feed-post-filters-conditions" value="<?php echo esc_attr( $filter_conditions ); ?>">
117117
<div class="fz-conditions" id="fz-conditions"></div>
118118
<?php if ( ! feedzy_is_pro() ) : ?>
119-
<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>
119+
<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>
120120
<?php endif; ?>
121121
</div>
122122
</div>

0 commit comments

Comments
 (0)