From b6fa3e913b3507de5017b0ac3f826e6ebe32a4b0 Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Fri, 6 Sep 2013 15:35:21 -0500 Subject: [PATCH] fixing unescaped character in date function --- includes/shortcodes/class-wc-shortcode-my-account.php | 2 +- includes/shortcodes/class-wc-shortcode-view-order.php | 2 +- templates/order/tracking.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/shortcodes/class-wc-shortcode-my-account.php b/includes/shortcodes/class-wc-shortcode-my-account.php index 7280a314808..1c43b25ea6b 100644 --- a/includes/shortcodes/class-wc-shortcode-my-account.php +++ b/includes/shortcodes/class-wc-shortcode-my-account.php @@ -118,7 +118,7 @@ class WC_Shortcode_My_Account {
  • -

    comment_date)); ?>

    +

    comment_date)); ?>

    comment_content ) ); ?>
    diff --git a/includes/shortcodes/class-wc-shortcode-view-order.php b/includes/shortcodes/class-wc-shortcode-view-order.php index 938726286d0..d26185d36ef 100644 --- a/includes/shortcodes/class-wc-shortcode-view-order.php +++ b/includes/shortcodes/class-wc-shortcode-view-order.php @@ -67,7 +67,7 @@ class WC_Shortcode_View_Order {
  • -

    comment_date)); ?>

    +

    comment_date)); ?>

    comment_content)); ?>
    diff --git a/templates/order/tracking.php b/templates/order/tracking.php index dc48aa4a256..0b6218ef0bc 100644 --- a/templates/order/tracking.php +++ b/templates/order/tracking.php @@ -34,7 +34,7 @@ global $woocommerce;
  • -

    comment_date)); ?>

    +

    comment_date)); ?>

    comment_content ) ) ); ?>