Replace dash with colon
This commit is contained in:
parent
fedfa53754
commit
34f149bcbf
|
@ -16,7 +16,7 @@ extract( $variation_data );
|
||||||
<h3>
|
<h3>
|
||||||
<a href="#" class="remove_variation delete" rel="<?php echo esc_attr( $variation_id ); ?>"><?php _e( 'Remove', 'woocommerce' ); ?></a>
|
<a href="#" class="remove_variation delete" rel="<?php echo esc_attr( $variation_id ); ?>"><?php _e( 'Remove', 'woocommerce' ); ?></a>
|
||||||
<div class="handlediv" title="<?php _e( 'Click to toggle', 'woocommerce' ); ?>"></div>
|
<div class="handlediv" title="<?php _e( 'Click to toggle', 'woocommerce' ); ?>"></div>
|
||||||
<strong>#<?php echo esc_html( $variation_id ); ?> — </strong>
|
<strong>#<?php echo esc_html( $variation_id ); ?>: </strong>
|
||||||
<?php
|
<?php
|
||||||
foreach ( $parent_data['attributes'] as $attribute ) {
|
foreach ( $parent_data['attributes'] as $attribute ) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue