From ac4367f7ef90b886ea44b0c9a281b20537fec04d Mon Sep 17 00:00:00 2001 From: Vedanshu Jain Date: Thu, 12 May 2022 12:10:05 +0530 Subject: [PATCH] Correct formatting for comment. Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com> --- .../src/Database/Migrations/CustomOrderTable/CLIRunner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php b/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php index e8a37e9787f..49a8aa42848 100644 --- a/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php +++ b/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php @@ -120,7 +120,7 @@ class CLIRunner { if ( isset( $assoc_args['log'] ) && $assoc_args['log'] ) { WP_CLI::log( sprintf( - /* Translators: %1$d is the number of orders to be migrated. */ + /* Translators: %1$d is the number of orders to be migrated. */ _n( 'There is %1$d order to be migrated.', 'There are %1$d orders to be migrated.', $order_count, 'woocommerce' ), $order_count )