Merge pull request #6463 from tivnet/patch-2

Adding "global" docblock for proper code validation
This commit is contained in:
Mike Jolley 2014-10-06 14:27:47 +01:00
commit ca8feecdde
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
/** @global WC_Checkout $checkout */
?>
<div class="woocommerce-billing-fields">
<?php if ( WC()->cart->ship_to_billing_address_only() && WC()->cart->needs_shipping() ) : ?>