Add event importer

This commit is contained in:
Brian Miyaji
2014-03-14 20:19:12 +11:00
parent 6ea06c6fea
commit f9ae46f9ce
5 changed files with 549 additions and 3 deletions

View File

@@ -104,8 +104,6 @@ if ( class_exists( 'WP_Importer' ) ) {
die();
endif;
$new_rates = array();
ini_set( 'auto_detect_line_endings', '1' );
if ( ( $handle = fopen( $file, "r" ) ) !== FALSE ):