Merge pull request #19531 from woocommerce/fix/whitespace
Fixes stray space in tabbing
This commit is contained in:
commit
5b001f160d
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue