Merge pull request #2127 from swoelffel/patch-1

Update admin/woocommerce-admin-settings.php
This commit is contained in:
Mike Jolley 2013-01-03 01:57:44 -08:00
commit dfb8421820
1 changed files with 1 additions and 3 deletions

View File

@ -389,8 +389,6 @@ if ( ! function_exists( 'woocommerce_settings' ) ) {
woocommerce_admin_fields( $woocommerce_settings[ $current_tab ] );
}
echo '</div>';
break;
case "integration" :
@ -913,4 +911,4 @@ function woocommerce_admin_fields( $options ) {
break;
}
}
}
}