diff --git a/plugins/woocommerce/changelog/improve-hpos-cli-verbose-output b/plugins/woocommerce/changelog/improve-hpos-cli-verbose-output index b0dae9a6e0b..5f255a2069c 100644 --- a/plugins/woocommerce/changelog/improve-hpos-cli-verbose-output +++ b/plugins/woocommerce/changelog/improve-hpos-cli-verbose-output @@ -1,4 +1,4 @@ Significance: minor Type: update -use wp_json_encode instead of print_r in CLI output +Use wp_json_encode instead of print_r in output for HPOS-related WP CLI commands.