Skip to content

Commit 45cec8b

Browse files
fix: feed export action visibility (#1098)
1 parent 1008ea5 commit 45cec8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/feedzy-rss-feeds-import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ public function add_import_actions( $actions, $post ) {
30943094
) : '#',
30953095
feedzy_is_pro() ? 'fz-export-btn' : 'fz-export-btn-pro',
30963096
! 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>' : '' )
3097+
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>' : '' )
30983098
);
30993099

31003100
$actions['export'] = $export_action;

0 commit comments

Comments
 (0)