Missing paragraph tags on the account page

This commit is contained in:
Geert De Deckere 2012-02-09 11:31:21 +01:00
parent 44794833f6
commit 82f0e24204
1 changed files with 4 additions and 2 deletions

View File

@ -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;
?>