Merge pull request #7942 from SiR-DanieL/patch-2

Removing localization from reviews date
This commit is contained in:
Mike Jolley 2015-04-13 17:05:17 +01:00
commit dd0fd8c2e7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ $rating = intval( get_comment_meta( $comment->comment_ID, 'rating', true ) );
if ( wc_customer_bought_product( $comment->comment_author_email, $comment->user_id, $comment->comment_post_ID ) ) if ( wc_customer_bought_product( $comment->comment_author_email, $comment->user_id, $comment->comment_post_ID ) )
echo '<em class="verified">(' . __( 'verified owner', 'woocommerce' ) . ')</em> '; echo '<em class="verified">(' . __( 'verified owner', 'woocommerce' ) . ')</em> ';
?>&ndash; <time itemprop="datePublished" datetime="<?php echo get_comment_date( 'c' ); ?>"><?php echo get_comment_date( __( get_option( 'date_format' ), 'woocommerce' ) ); ?></time>: ?>&ndash; <time itemprop="datePublished" datetime="<?php echo get_comment_date( 'c' ); ?>"><?php echo get_comment_date( wc_date_format() ); ?></time>:
</p> </p>
<?php endif; ?> <?php endif; ?>