Skip to content

Commit

Permalink
Merge pull request #9226 from aelia-co/master
Browse files Browse the repository at this point in the history
[2.4] Fixed loading of variation prices. Fixes #9224
  • Loading branch information
mikejolley committed Sep 30, 2015
2 parents 1c4b558 + 5da98ce commit 44f4a3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/class-wc-product-variable.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ public function get_variation_price( $min_or_max = 'min', $display = false ) {
public function get_variation_prices( $display = false ) {
global $wp_filter;

if ( ! empty( $this->prices_array ) ) {
return $this->prices_array;
}

/**
* Create unique cache key based on the tax location (affects displayed/cached prices), product version and active price filters.
* Max transient length is 45, -10 for get_transient_version.
Expand Down

0 comments on commit 44f4a3b

Please sign in to comment.