diff --git a/admin/post-types/shop_order.php b/admin/post-types/shop_order.php index 9e6a9362ab7..ac7d3802c8b 100644 --- a/admin/post-types/shop_order.php +++ b/admin/post-types/shop_order.php @@ -36,8 +36,8 @@ function woocommerce_edit_order_columns($columns){ $columns["billing_address"] = __("Billing", 'woocommerce'); $columns["shipping_address"] = __("Shipping", 'woocommerce'); $columns["total_cost"] = __("Order Total", 'woocommerce'); - $columns["order_comments"] = '' . esc_attr__( 'Order Notes', 'woocommerce' ) . ''; - $columns["note"] = '' . __('; + $columns["order_comments"] = '' . esc_attr__( 'Order Notes', 'woocommerce' ) . ''; + $columns["note"] = '' . __('; $columns["order_date"] = __("Date", 'woocommerce'); $columns["order_actions"] = __("Actions", 'woocommerce'); @@ -172,9 +172,9 @@ function woocommerce_custom_order_columns($column) { case "note" : if ($order->customer_note) - echo 'yes'; + echo 'yes'; else - echo 'no'; + echo 'no'; break; case "order_comments" : diff --git a/assets/images/icons/comment.svg b/assets/images/icons/comment.svg new file mode 100755 index 00000000000..2ca653ec9ad --- /dev/null +++ b/assets/images/icons/comment.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/assets/images/icons/note-fill.svg b/assets/images/icons/note-fill.svg new file mode 100755 index 00000000000..37ab903a45e --- /dev/null +++ b/assets/images/icons/note-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/assets/images/icons/note.svg b/assets/images/icons/note.svg new file mode 100755 index 00000000000..e7f87d6f400 --- /dev/null +++ b/assets/images/icons/note.svg @@ -0,0 +1,7 @@ + + + + + +