Skip to content

Commit

Permalink
Removed duplicated include of WC_Admin_Importers
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Oct 2, 2019
1 parent c01a091 commit 71d7ac5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions includes/admin/class-wc-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ public function includes() {
}
}

// 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';

Expand Down

0 comments on commit 71d7ac5

Please sign in to comment.