Merge pull request #8035 from bdokimakis/master

Fix for #8034
This commit is contained in:
Mike Jolley 2015-04-27 11:21:58 +01:00
commit 17f1536ed3
1 changed files with 0 additions and 1 deletions

View File

@ -720,7 +720,6 @@ class WC_AJAX {
// Get tax classes
$tax_classes = WC_Tax::get_tax_classes();
$tax_class_options = array();
$tax_class_options['parent'] =__( 'Same as parent', 'woocommerce' );
$tax_class_options[''] = __( 'Standard', 'woocommerce' );
if ( $tax_classes ) {