From 58d7e6d940c94133e55d8fc2efd71a4a61519a93 Mon Sep 17 00:00:00 2001 From: Boro Sitnikovski Date: Tue, 31 Jan 2017 13:52:47 +0100 Subject: [PATCH] Fix direct access of order_date property --- includes/shortcodes/class-wc-shortcode-checkout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/shortcodes/class-wc-shortcode-checkout.php b/includes/shortcodes/class-wc-shortcode-checkout.php index ed47184f022..890519af072 100644 --- a/includes/shortcodes/class-wc-shortcode-checkout.php +++ b/includes/shortcodes/class-wc-shortcode-checkout.php @@ -138,7 +138,7 @@ class WC_Shortcode_Checkout {
  • - order_date ) ); ?> + get_date_created() ); ?>