fixed hard coded Edit string
This commit is contained in:
parent
eaf5a9e866
commit
c3ed04197b
|
@ -229,7 +229,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
<?php endif; ?>
|
||||
|
||||
<td>
|
||||
<a class="edit_order_item" href="#"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/icons/edit.png" alt="Edit" width="14" /></a>
|
||||
<a class="edit_order_item" href="#"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/icons/edit.png" alt="<?php _e( 'Edit', 'woocommerce' ); ?>" width="14" /></a>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue