From 37cc2ef5975692e4684978be9072687aa65f2f99 Mon Sep 17 00:00:00 2001 From: Jorge Torres Date: Tue, 12 Mar 2024 15:51:35 -0300 Subject: [PATCH] Undo change --- .../includes/data-stores/abstract-wc-order-data-store-cpt.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php index 0fb50c26e884b..fc5e5bd61bf25 100644 --- a/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php +++ b/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php @@ -654,6 +654,7 @@ public function get_title( WC_Order $order ) { * Given an initialized order object, update the post/postmeta records. * * @param WC_Abstract_Order $order Order object. + * * @return bool Whether the order was updated. */ public function update_order_from_object( $order ) {