From 3e4274acbe59283a3e11712ee265929ea98261ab Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Thu, 5 Dec 2019 22:22:19 -0300 Subject: [PATCH] Fixed coding standards --- ...class-wc-rest-system-status-v2-controller.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Controllers/Version2/class-wc-rest-system-status-v2-controller.php b/src/Controllers/Version2/class-wc-rest-system-status-v2-controller.php index 00c9b413770..e103cd4c97c 100644 --- a/src/Controllers/Version2/class-wc-rest-system-status-v2-controller.php +++ b/src/Controllers/Version2/class-wc-rest-system-status-v2-controller.php @@ -554,14 +554,14 @@ class WC_REST_System_Status_V2_Controller extends WC_REST_Controller { ), ), 'post_type_counts' => array( - 'description' => __('Total post count.', 'woocommerce'), - 'type' => 'array', - 'context' => array( 'view' ), - 'readonly' => true, - 'items' => array( - 'type' => 'string', - ), - ), + 'description' => __( 'Total post count.', 'woocommerce-rest-api' ), + 'type' => 'array', + 'context' => array( 'view' ), + 'readonly' => true, + 'items' => array( + 'type' => 'string', + ), + ), ), );