Removed duplicated include of WC_Admin_Importers

This commit is contained in:
Claudio Sanches 2019-10-02 11:35:27 -03:00
parent c01a0916c3
commit 71d7ac5741
1 changed files with 0 additions and 5 deletions

View File

@ -80,11 +80,6 @@ class WC_Admin {
}
}
// Importers.
if ( defined( 'WP_LOAD_IMPORTERS' ) ) {
include_once dirname( __FILE__ ) . '/class-wc-admin-importers.php';
}
// Helper.
include_once dirname( __FILE__ ) . '/helper/class-wc-helper.php';