From 281e2712411d879ba6c0d3e8f76ad229157dd9fe Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 1 Nov 2016 13:41:58 -0400 Subject: [PATCH] Fixed the links to WooCommerce pages These links were using IDs, but should have been using the woocommerce functions to get the appropriate URLs. --- woocommerce.php | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/woocommerce.php b/woocommerce.php index 9145a2a..a7486b8 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -44,41 +44,14 @@
log out'; + echo ''; } elseif (!is_user_logged_in()) { echo ''; } ?> - log out'; -// } -// elseif (!is_user_logged_in()) { -// echo ''; -// } - ?> checkout
-- 2.17.1