Changeset 2293257
- Timestamp:
- 04/28/2020 07:35:50 AM (6 years ago)
- Location:
- s2-woocommerce-ean/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
s2_woocommerce_ean.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
s2-woocommerce-ean/trunk/readme.txt
r2292791 r2293257 58 58 59 59 * Added more translations 60 61 = 0.0.8 = 62 63 * Added product table column translation -
s2-woocommerce-ean/trunk/s2_woocommerce_ean.php
r2292791 r2293257 4 4 Plugin URI: 5 5 Description: Add EAN/GTIN field to woocommerce products, must have for google Merchant shop 6 Version: 0.0. 76 Version: 0.0.8 7 7 Author: Sebas2 8 8 Author URI: http://www.sebas2.nl … … 168 168 169 169 $new_columns = (is_array($columns)) ? $columns : array(); 170 $new_columns['s2_woocommerce_ean_field'] = __( 'EAN', 's2 _woocommerce_ean');170 $new_columns['s2_woocommerce_ean_field'] = __( 'EAN', 's2-woocommerce-ean'); 171 171 172 172 return $new_columns;
Note: See TracChangeset
for help on using the changeset viewer.