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 7ba0c5a commit eff6dc4Copy full SHA for eff6dc4
includes/admin/feedzy-rss-feeds-import.php
@@ -166,7 +166,7 @@ public function enqueue_styles() {
166
'okButton' => __( 'Ok', 'feedzy-rss-feeds' ),
167
'removeErrorLogsMsg' => __( 'Removed all error logs.', 'feedzy-rss-feeds' ),
168
'importButton' => sprintf(
169
- '<a href="#" id="mpg_import" class="page-title-action fz-export-import-btn%1$s"><span class="dashicons %2$s"></span>%3$s</a>',
+ '<a href="#" class="page-title-action fz-export-import-btn%1$s"><span class="dashicons %2$s"></span>%3$s</a>',
170
! feedzy_is_pro() ? ' only-pro' : '',
171
feedzy_is_pro() ? 'dashicons-upload' : 'dashicons-lock',
172
esc_html__( 'Import Job', 'feedzy-rss-feeds' )
0 commit comments