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