Changeset 855691
- Timestamp:
- 02/11/2014 04:05:16 PM (12 years ago)
- Location:
- jquery-expandable-comments/trunk
- Files:
-
- 1 deleted
- 2 edited
-
jQuery-comments.php (modified) (2 diffs)
-
js/jquery-easing.1.3.js (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jquery-expandable-comments/trunk/jQuery-comments.php
r822609 r855691 5 5 Description: Make your multi-level comment replies show on demand with a slick jQuery slideToggle() action. 6 6 Author: Shelly Cole 7 Version: 1.2 7 Version: 1.2.1 8 8 Author URI: http://brassblogs.com 9 9 … … 132 132 function bb_start_jquery() { 133 133 wp_enqueue_script('jquery'); //get that jQuery started up 134 wp_enqueue_script('easing', plugins_url('js/jquery-easing.1.3.js', __FILE__), array('jquery'), '', true); // easing134 wp_enqueue_script('easing', '//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js', array('jquery'), '', true); // easing 135 135 wp_enqueue_script('bb_toggle_kids', plugins_url('js/bb-toggle-kids.js', __FILE__), array('jquery'), '', true); // actual show/hide script 136 136 wp_localize_script('bb_toggle_kids', 'bb_toggle_vars', bb_localize_vars()); // localize the script -
jquery-expandable-comments/trunk/readme.txt
r824219 r855691 4 4 Tags: jQuery, comments, expand, replies 5 5 Requires at least: 3.0 6 Tested up to: 3.8 6 Tested up to: 3.8.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 77 77 == Changelog == 78 78 79 = 1.2.1 = 80 * had some issues with updating the WordPress repository (for some reason, wouldn't upload certain files, refused to delete others). Finally got it all sorted. Sorry for the delay. 81 79 82 = 1.2 = 80 83 * removed local jquery easing library, reverted to cdn
Note: See TracChangeset
for help on using the changeset viewer.