Merge pull request #606 from GeertDD/missing_p

Missing paragraph tags on the account page
This commit is contained in:
Mike Jolley 2012-02-09 02:56:17 -08:00
commit e406ee841c
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;
?>