Skip to content

Commit eff6dc4

Browse files
Remove unused ID
1 parent 7ba0c5a commit eff6dc4

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
@@ -166,7 +166,7 @@ public function enqueue_styles() {
166166
'okButton' => __( 'Ok', 'feedzy-rss-feeds' ),
167167
'removeErrorLogsMsg' => __( 'Removed all error logs.', 'feedzy-rss-feeds' ),
168168
'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>',
169+
'<a href="#" class="page-title-action fz-export-import-btn%1$s"><span class="dashicons %2$s"></span>%3$s</a>',
170170
! feedzy_is_pro() ? ' only-pro' : '',
171171
feedzy_is_pro() ? 'dashicons-upload' : 'dashicons-lock',
172172
esc_html__( 'Import Job', 'feedzy-rss-feeds' )

0 commit comments

Comments
 (0)