diff --git a/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php index 4c7565dba32..e26c46b57ef 100644 --- a/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php +++ b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php @@ -49,7 +49,7 @@ class WC_REST_System_Status_V2_Controller extends WC_REST_Controller { return; } - // Clear the cache if woocommerce is updated + // Clear the cache if woocommerce is updated. if ( 'plugin' === $extra['type'] ) { \WC_REST_System_Status_V2_Controller::clean_theme_cache(); return;