Fixes stray space in tabbing

This commit is contained in:
Jonathan Belcher 2018-03-26 13:51:24 -04:00
parent b25ff31d5c
commit b039e40fed
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if ( $upsells ) : ?>
<?php foreach ( $upsells as $upsell ) : ?> <?php foreach ( $upsells as $upsell ) : ?>
<?php <?php
$post_object = get_post( $upsell->get_id() ); $post_object = get_post( $upsell->get_id() );
setup_postdata( $GLOBALS['post'] =& $post_object ); setup_postdata( $GLOBALS['post'] =& $post_object );