Plugin Directory

Changeset 3155110


Ignore:
Timestamp:
09/20/2024 10:17:58 AM (19 months ago)
Author:
productfeeder
Message:

Updated to version 2.5.3

Location:
product-feeder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • product-feeder/tags/2.5.3/includes/product-feeder.php

    r3155109 r3155110  
    135135                        if (preg_match("/^pa_/", $attribute)) continue;
    136136                        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;
    138138                    }
    139139                    global $wpdb;
  • product-feeder/trunk/includes/product-feeder.php

    r3155109 r3155110  
    135135                        if (preg_match("/^pa_/", $attribute)) continue;
    136136                        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;
    138138                    }
    139139                    global $wpdb;
Note: See TracChangeset for help on using the changeset viewer.