Fixed localisation
This commit is contained in:
parent
2002fc1833
commit
fff67ead85
|
@ -218,7 +218,7 @@ if (!function_exists('woocommerce_template_single_meta')) {
|
|||
function woocommerce_template_single_meta( $post, $_product ) {
|
||||
|
||||
?>
|
||||
<div class="product_meta"><?php if ($_product->is_type('simple') && get_option('woocommerce_enable_sku')=='yes') : ?><span class="sku">SKU: <?php echo $_product->sku; ?>.</span><?php endif; ?><?php echo $_product->get_categories( ', ', ' <span class="posted_in">Posted in ', '.</span>'); ?><?php echo $_product->get_tags( ', ', ' <span class="tagged_as">Tagged as ', '.</span>'); ?></div>
|
||||
<div class="product_meta"><?php if ($_product->is_type('simple') && get_option('woocommerce_enable_sku')=='yes') : ?><span class="sku">SKU: <?php echo $_product->sku; ?>.</span><?php endif; ?><?php echo $_product->get_categories( ', ', ' <span class="posted_in">'.__('Posted in', 'woothemes').' ', '.</span>'); ?><?php echo $_product->get_tags( ', ', ' <span class="tagged_as">'.__('Tagged as', 'woothemes').' ', '.</span>'); ?></div>
|
||||
<?php
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue