From e17d2819eab9adced20f96fd864b0c2276bd984f Mon Sep 17 00:00:00 2001 From: Shiva Poudel Date: Mon, 15 Jan 2018 11:06:53 +0545 Subject: [PATCH] Use dirname rather than __DIR__ and use parenthesis for WC_CLI --- includes/class-wc-cli.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/includes/class-wc-cli.php b/includes/class-wc-cli.php index 09e55707032..c2de3b6fb8d 100644 --- a/includes/class-wc-cli.php +++ b/includes/class-wc-cli.php @@ -1,14 +1,17 @@