|
@@ 844-848 (lines=5) @@
|
| 841 |
|
$tax_class_options = array(); |
| 842 |
|
$tax_class_options[''] = __( 'Standard', 'woocommerce' ); |
| 843 |
|
|
| 844 |
|
if ( ! empty( $tax_classes ) ) { |
| 845 |
|
foreach ( $tax_classes as $class ) { |
| 846 |
|
$tax_class_options[ sanitize_title( $class ) ] = esc_attr( $class ); |
| 847 |
|
} |
| 848 |
|
} |
| 849 |
|
|
| 850 |
|
// Set backorder options |
| 851 |
|
$backorder_options = array( |
|
@@ 2378-2382 (lines=5) @@
|
| 2375 |
|
$tax_class_options = array(); |
| 2376 |
|
$tax_class_options[''] = __( 'Standard', 'woocommerce' ); |
| 2377 |
|
|
| 2378 |
|
if ( ! empty( $tax_classes ) ) { |
| 2379 |
|
foreach ( $tax_classes as $class ) { |
| 2380 |
|
$tax_class_options[ sanitize_title( $class ) ] = esc_attr( $class ); |
| 2381 |
|
} |
| 2382 |
|
} |
| 2383 |
|
|
| 2384 |
|
// Set backorder options |
| 2385 |
|
$backorder_options = array( |