Merge pull request #606 from GeertDD/missing_p
Missing paragraph tags on the account page
This commit is contained in:
commit
e406ee841c
|
@ -74,7 +74,9 @@ if ($customer_orders) :
|
|||
</table>
|
||||
<?php
|
||||
else :
|
||||
_e('You have no recent orders.', 'woocommerce');
|
||||
?>
|
||||
<p><?php _e('You have no recent orders.', 'woocommerce'); ?></p>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue