Changeset 3189484
- Timestamp:
- 11/15/2024 11:20:23 AM (17 months ago)
- Location:
- product-feeder
- Files:
-
- 2 edited
-
tags/3.1.2/includes/product-feeder.php (modified) (1 diff)
-
trunk/includes/product-feeder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
product-feeder/tags/3.1.2/includes/product-feeder.php
r3188589 r3189484 141 141 $IsMultiple = true; 142 142 $all_order_statuses = get_post_statuses(); 143 foreach ($all_order_statuses as $status_name => $status_label) $Options[ __('Product statuses', 'product-feeder')][$status_name] = $status_label;143 foreach ($all_order_statuses as $status_name => $status_label) $Options[$status_name] = $status_label; 144 144 } 145 145 else if (in_array($Arguments['Type'], ['Sizes'])) { -
product-feeder/trunk/includes/product-feeder.php
r3188589 r3189484 141 141 $IsMultiple = true; 142 142 $all_order_statuses = get_post_statuses(); 143 foreach ($all_order_statuses as $status_name => $status_label) $Options[ __('Product statuses', 'product-feeder')][$status_name] = $status_label;143 foreach ($all_order_statuses as $status_name => $status_label) $Options[$status_name] = $status_label; 144 144 } 145 145 else if (in_array($Arguments['Type'], ['Sizes'])) {
Note: See TracChangeset
for help on using the changeset viewer.