Correct formatting for comment.
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
parent
07f9d2cd2a
commit
ac4367f7ef
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue