Merge pull request #8957 from ibndawood/patch-1

Update class-wc-shortcodes.php
This commit is contained in:
Mike Jolley 2015-08-26 12:26:19 +01:00
commit ea3bebe301
1 changed files with 0 additions and 2 deletions

View File

@ -575,8 +575,6 @@ class WC_Shortcodes {
'meta_query' => WC()->query->get_meta_query()
);
ob_start();
add_filter( 'posts_clauses', array( __CLASS__, 'order_by_rating_post_clauses' ) );
$return = self::product_loop( $query_args, $atts, 'top_rated_products' );