Changeset 2171876
- Timestamp:
- 10/11/2019 04:43:28 PM (6 years ago)
- Location:
- wp-website-creator/trunk
- Files:
-
- 2 edited
-
class.settings-api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-website-creator/trunk/class.settings-api.php
r2155660 r2171876 42 42 add_action('wp_enqueue_scripts','wpwc_front_scripts'); 43 43 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__ )); 45 45 wp_enqueue_script( 'wpwc-wpwc-jquery-sortable-js', plugins_url( 'js/wpwc_jquery_sortable.min.js', __FILE__ )); 46 46 } -
wp-website-creator/trunk/readme.txt
r2168084 r2171876 5 5 Requires at least: 4.0 6 6 Tested up to: 5.2.3 7 Stable tag: 3.0.3 17 Stable tag: 3.0.32 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.