Missing paragraph tags on the account page
This commit is contained in:
parent
44794833f6
commit
82f0e24204
|
@ -73,8 +73,10 @@ if ($customer_orders) :
|
|||
|
||||
</table>
|
||||
<?php
|
||||
else :
|
||||
_e('You have no recent orders.', 'woocommerce');
|
||||
else :
|
||||
?>
|
||||
<p><?php _e('You have no recent orders.', 'woocommerce'); ?></p>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue