Plugin Directory

Changeset 2171876


Ignore:
Timestamp:
10/11/2019 04:43:28 PM (6 years ago)
Author:
wpwebsitecreator
Message:

jquery conflict fixed

Location:
wp-website-creator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-website-creator/trunk/class.settings-api.php

    r2155660 r2171876  
    4242 add_action('wp_enqueue_scripts','wpwc_front_scripts');
    4343 function wpwc_front_scripts() {
    44      #wp_enqueue_script( 'wpwc-jquery-sortable-js', plugins_url( 'js/wpwc_jquery_insert.js', __FILE__ ));
     44     wp_enqueue_script( 'wpwc-jquery-sortable-js', plugins_url( 'js/wpwc_jquery_insert.js', __FILE__ ));
    4545     wp_enqueue_script( 'wpwc-wpwc-jquery-sortable-js', plugins_url( 'js/wpwc_jquery_sortable.min.js', __FILE__ ));
    4646 }
  • wp-website-creator/trunk/readme.txt

    r2168084 r2171876  
    55Requires at least: 4.0
    66Tested up to: 5.2.3
    7 Stable tag: 3.0.31
     7Stable tag: 3.0.32
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.