Plugin Directory

Changeset 1350356


Ignore:
Timestamp:
02/14/2016 11:18:15 AM (10 years ago)
Author:
pco_58
Message:

Fix include php files

Location:
wc-return-product/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-return-product/trunk/readme.txt

    r1349758 r1350356  
    3535== Changelog ==
    3636
     37= 1.3.1 =
     38* Fix error include files
     39
    3740= 1.3 =
    3841* Add new order status
  • wc-return-product/trunk/wc_return_product.php

    r1350355 r1350356  
    88Plugin URL: http://castillogomez.com/
    99Description: Adds a form to order for return product
    10 Version: 1.3
     10Version: 1.3.1
    1111Author: Paco Castillo
    1212Author URI: http://castillogomez.com/
     
    2323if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || is_plugin_active_for_network('woocommerce/woocommerce.php') ) {
    2424
    25   require_once( plugin_dir_path( __FILE__ ) . 'includes/wc_functions.php' );
     25  require_once( plugin_dir_path( __FILE__ ) . 'inwc_functions.php' );
    2626 
    2727  add_action('wp_head','wc_return_products_ajaxurl');
Note: See TracChangeset for help on using the changeset viewer.