diff --git a/.wordpress-org/blueprint.json b/.wordpress-org/blueprint.json index 617c092..562ebf9 100644 --- a/.wordpress-org/blueprint.json +++ b/.wordpress-org/blueprint.json @@ -45,7 +45,7 @@ }, { "step": "runPHP", - "code": " ',', // CSV delimiter\n 'start_pos' => 0, // Starting position\n 'mapping' => [], // Column mapping, leave empty for automatic mapping\n 'parse' => true, // Parse file\n ];\n\n $importer = new WC_Product_CSV_Importer($import_file, $args);\n $results = $importer->import();\n}\n" + "code": " ',', // CSV delimiter\n 'start_pos' => 0, // Starting position\n 'mapping' => [], // Column mapping, leave empty for automatic mapping\n 'parse' => true, // Parse file\n ];\n\n $importer = new WC_Product_CSV_Importer($import_file, $args);\n $results = $importer->import();\n}\n" }, { "step": "runPHP",