From b039e40feda5973a08a0e26da7199e264cd2b311 Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Mon, 26 Mar 2018 13:51:24 -0400 Subject: [PATCH] Fixes stray space in tabbing --- templates/single-product/up-sells.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/single-product/up-sells.php b/templates/single-product/up-sells.php index 75ca4e40c22..baaa90e753e 100644 --- a/templates/single-product/up-sells.php +++ b/templates/single-product/up-sells.php @@ -31,7 +31,7 @@ if ( $upsells ) : ?> get_id() ); + $post_object = get_post( $upsell->get_id() ); setup_postdata( $GLOBALS['post'] =& $post_object );