We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1008ea5 commit 45cec8bCopy full SHA for 45cec8b
includes/admin/feedzy-rss-feeds-import.php
@@ -3094,7 +3094,7 @@ public function add_import_actions( $actions, $post ) {
3094
) : '#',
3095
feedzy_is_pro() ? 'fz-export-btn' : 'fz-export-btn-pro',
3096
! feedzy_is_pro() ? 'opacity:0.5;' : '',
3097
- ( ! feedzy_is_pro() ? esc_html__( 'Export', 'feedzy-rss-feeds' ) . '<span style="font-size: 13px;line-height: 1.5em;width: 13px;height: 13px;" class="dashicons dashicons-lock"></span>' : '' )
+ esc_html__( 'Export', 'feedzy-rss-feeds' ) . ( ! feedzy_is_pro() ? '<span style="font-size: 13px;line-height: 1.5em;width: 13px;height: 13px;" class="dashicons dashicons-lock"></span>' : '' )
3098
);
3099
3100
$actions['export'] = $export_action;
0 commit comments