Merge pull request #19531 from woocommerce/fix/whitespace

Fixes stray space in tabbing
This commit is contained in:
Mike Jolley 2018-03-27 11:38:37 +01:00 committed by GitHub
commit 5b001f160d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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