Merge branch 'master' of github.com:woothemes/woocommerce

This commit is contained in:
Claudio Sanches 2016-02-01 13:37:11 -02:00
commit fc18c23b1b
1 changed files with 0 additions and 2 deletions

View File

@ -594,8 +594,6 @@ class WC_Shortcodes {
$query_args = self::_maybe_add_category_args( $query_args, $atts['category'], $atts['operator'] );
ob_start();
add_filter( 'posts_clauses', array( __CLASS__, 'order_by_rating_post_clauses' ) );
$return = self::product_loop( $query_args, $atts, 'top_rated_products' );