Correct formatting for comment.

Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
Vedanshu Jain 2022-05-12 12:10:05 +05:30 committed by vedanshujain
parent 07f9d2cd2a
commit ac4367f7ef
1 changed files with 1 additions and 1 deletions

View File

@ -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
)