Changeset 1350356
- Timestamp:
- 02/14/2016 11:18:15 AM (10 years ago)
- Location:
- wc-return-product/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wc_return_product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-return-product/trunk/readme.txt
r1349758 r1350356 35 35 == Changelog == 36 36 37 = 1.3.1 = 38 * Fix error include files 39 37 40 = 1.3 = 38 41 * Add new order status -
wc-return-product/trunk/wc_return_product.php
r1350355 r1350356 8 8 Plugin URL: http://castillogomez.com/ 9 9 Description: Adds a form to order for return product 10 Version: 1.3 10 Version: 1.3.1 11 11 Author: Paco Castillo 12 12 Author URI: http://castillogomez.com/ … … 23 23 if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || is_plugin_active_for_network('woocommerce/woocommerce.php') ) { 24 24 25 require_once( plugin_dir_path( __FILE__ ) . 'in cludes/wc_functions.php' );25 require_once( plugin_dir_path( __FILE__ ) . 'inwc_functions.php' ); 26 26 27 27 add_action('wp_head','wc_return_products_ajaxurl');
Note: See TracChangeset
for help on using the changeset viewer.