Skip to content

Commit f1fbe9f

Browse files
authored
Fix
1 parent 30f96db commit f1fbe9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

free-gift-bulk-coupon-generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function () use ( $generated_coupons ) {
253253
sprintf(
254254
/* translators: %d: Number of coupons generated */
255255
esc_html__( 'Successfully generated %d coupons.', 'wc-free-gift-coupons-bulk-coupons-generator' ),
256-
esc_html( $generated_coupons )
256+
esc_html( (string) $generated_coupons )
257257
) .
258258
'</p></div>';
259259
}

0 commit comments

Comments
 (0)