Merge pull request #2915 from maxrice/master

Fix coupon type filter typo
This commit is contained in:
Mike Jolley 2013-04-09 06:14:03 -07:00
commit 12e185e70b
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function woocommerce_restrict_manage_coupons() {
// Type
?>
<select name='coupon_type' id='dropdown_shop_coupon_type'>
<option value=""><?php _e( 'Show all statuses', 'woocommerce' ); ?></option>
<option value=""><?php _e( 'Show all types', 'woocommerce' ); ?></option>
<?php
$types = $woocommerce->get_coupon_discount_types();