Merge pull request #1587 from absoluteweb/master
French translation for WooCommerce 1.6.5.2
This commit is contained in:
commit
425b38f7ad
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -305,7 +305,7 @@ function woocommerce_view_order() {
|
|||
<li class="comment note">
|
||||
<div class="comment_container">
|
||||
<div class="comment-text">
|
||||
<p class="meta"><?php echo date_i18n('l jS \of F Y, h:ia', strtotime($note->comment_date)); ?></p>
|
||||
<p class="meta"><?php echo date_i18n(__('l jS \of F Y, h:ia', 'woocommerce'), strtotime($note->comment_date)); ?></p>
|
||||
<div class="description">
|
||||
<?php echo wpautop(wptexturize($note->comment_content)); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue