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