Changeset 3155110
- Timestamp:
- 09/20/2024 10:17:58 AM (19 months ago)
- Location:
- product-feeder
- Files:
-
- 2 edited
-
tags/2.5.3/includes/product-feeder.php (modified) (1 diff)
-
trunk/includes/product-feeder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
product-feeder/tags/2.5.3/includes/product-feeder.php
r3155109 r3155110 135 135 if (preg_match("/^pa_/", $attribute)) continue; 136 136 else if (in_array($attribute, ['product_type', 'product_visibility', 'product_tag', 'product_shipping_class'])) continue; 137 $Options[__('Category', 'product-feeder')][' attribute_'.$attribute] = $attribute;137 $Options[__('Category', 'product-feeder')]['category_'.$attribute] = $attribute; 138 138 } 139 139 global $wpdb; -
product-feeder/trunk/includes/product-feeder.php
r3155109 r3155110 135 135 if (preg_match("/^pa_/", $attribute)) continue; 136 136 else if (in_array($attribute, ['product_type', 'product_visibility', 'product_tag', 'product_shipping_class'])) continue; 137 $Options[__('Category', 'product-feeder')][' attribute_'.$attribute] = $attribute;137 $Options[__('Category', 'product-feeder')]['category_'.$attribute] = $attribute; 138 138 } 139 139 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.