This commit is contained in:
claudiulodro 2017-05-24 11:11:31 -07:00
parent da7d5786d3
commit 629ad16045
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ class WC_Product_CSV_Importer_Controller {
* Auto map column names.
*
* @param array $raw_headers Raw header columns.
* @param bool $raw_indexes If should use numbers or raw header columns as indexes.
* @param bool $num_indexes If should use numbers or raw header columns as indexes.
* @return array
*/
protected function auto_map_columns( $raw_headers, $num_indexes = true ) {