From fae1e1cce1120000c4d20069c3b80c2570dcd9dd Mon Sep 17 00:00:00 2001 From: Gerhard Date: Thu, 15 Nov 2018 14:27:26 +0200 Subject: [PATCH 1/2] Make links in order notes clickable. --- includes/admin/meta-boxes/class-wc-meta-box-order-notes.php | 2 +- includes/class-wc-ajax.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php b/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php index d3c62f85a56..52f4e7b5779 100644 --- a/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php +++ b/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php @@ -44,7 +44,7 @@ class WC_Meta_Box_Order_Notes { ?>
  • - content ) ) ); ?> + content ) ) ) ); ?>

    date_created->date_i18n( wc_date_format() ), $note->date_created->date_i18n( wc_time_format() ) ); ?> diff --git a/includes/class-wc-ajax.php b/includes/class-wc-ajax.php index 2d6e2882703..ef076d8ccc5 100644 --- a/includes/class-wc-ajax.php +++ b/includes/class-wc-ajax.php @@ -1287,7 +1287,7 @@ class WC_AJAX { ?>

  • - content ) ) ); ?> + content ) ) ) ); ?>

    From 6b9f283d6d4a5b34a350a40248d2379be6c24df0 Mon Sep 17 00:00:00 2001 From: Gerhard Date: Thu, 15 Nov 2018 14:30:58 +0200 Subject: [PATCH 2/2] Make the note clickable in the email as well. --- templates/emails/customer-note.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/emails/customer-note.php b/templates/emails/customer-note.php index cf046245403..9b05adb82d9 100644 --- a/templates/emails/customer-note.php +++ b/templates/emails/customer-note.php @@ -10,9 +10,9 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates/Emails - * @version 3.5.0 + * @version 3.6.0 */ if ( ! defined( 'ABSPATH' ) ) { @@ -28,7 +28,7 @@ do_action( 'woocommerce_email_header', $email_heading, $email ); ?>

    get_billing_first_name() ) ); ?>

    -
    +