phpcs fixes in includes/admin/importers/mappings/wordpress.php
This commit is contained in:
parent
20650248ae
commit
5b425402c2
|
@ -1,4 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* WordPress mappings
|
||||
*
|
||||
* @package WooCommerce\Admin\Importers
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
|
@ -8,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
* Add mappings for WordPress tables.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @param array $mappings
|
||||
* @param array $mappings Importer columns mappings.
|
||||
* @return array
|
||||
*/
|
||||
function wc_importer_wordpress_mappings( $mappings ) {
|
||||
|
|
Loading…
Reference in New Issue