Date not translated in cart-table.php
-
I found a small error in cart-table.php
If I use Italian language, for example, The date for the cart is not translated in Italian.
I correct this small issue changing<?php echo esc_html( gmdate( get_option( 'date_format' ) ) ); ?>to
<?php echo esc_html( get_the_date( get_option( 'date_format' ) ) ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Date not translated in cart-table.php’ is closed to new replies.