Remove whitespace at end of line
This commit is contained in:
parent
c2d05b1fc0
commit
449a258781
|
@ -266,14 +266,14 @@ class WC_Shipping_Zone_Data_Store extends WC_Data_Store_WP implements WC_Shippin
|
|||
$criteria[] = 'AND zones.zone_id NOT IN (' . implode( ',', $do_not_match ) . ')';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get shipping zone criteria
|
||||
*
|
||||
* @since 3.6.6
|
||||
* @param array $criteria Get zone criteria.
|
||||
* @param array $package Package information
|
||||
* @param array $postcode_locations Postcode range and wildcard matching
|
||||
* @param array $package Package information.
|
||||
* @param array $postcode_locations Postcode range and wildcard matching.
|
||||
*/
|
||||
$criteria = apply_filters( 'woocommerce_get_zone_criteria', $criteria, $package, $postcode_locations );
|
||||
|
||||
|
|
Loading…
Reference in New Issue