Skip to content

Commit

Permalink
var types
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Jun 7, 2016
1 parent 5946414 commit 633017d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-wc-product-variation.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class WC_Product_Variation extends WC_Product {
public $parent;

/** @public string Stores the shipping class of the variation. */
public $variation_shipping_class = false;
public $variation_shipping_class = '';

/** @public int Stores the shipping class ID of the variation. */
public $variation_shipping_class_id = false;
public $variation_shipping_class_id = 0;

/** @public unused vars @deprecated in 2.2 */
public $variation_has_sku = true;
Expand Down

0 comments on commit 633017d

Please sign in to comment.