Remove unused array
This commit is contained in:
@@ -104,8 +104,6 @@ if ( class_exists( 'WP_Importer' ) ) {
|
|||||||
die();
|
die();
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
$new_rates = array();
|
|
||||||
|
|
||||||
ini_set( 'auto_detect_line_endings', '1' );
|
ini_set( 'auto_detect_line_endings', '1' );
|
||||||
|
|
||||||
if ( ( $handle = fopen( $file, "r" ) ) !== FALSE ):
|
if ( ( $handle = fopen( $file, "r" ) ) !== FALSE ):
|
||||||
|
|||||||
Reference in New Issue
Block a user