Changeset 772501
- Timestamp:
- 09/15/2013 12:38:41 AM (13 years ago)
- Location:
- jam/trunk
- Files:
-
- 2 edited
-
jam.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jam/trunk/jam.php
r732880 r772501 6 6 Description: Easy managing and loading of jQuery plugins, libraries and the WP enqueued scripts for jQuery. Complete with a full library of ready-to-use scripts. 7 7 Author: Avant 5 Multimedia 8 Version: 1. 08 Version: 1.1 9 9 Author URI: http://www.avant5.com 10 10 … … 59 59 $plugins = $options['active']; 60 60 if ($plugins['jQuery']) wp_enqueue_script( 'jquery' ); 61 if ($plugins['jQuery Form']) { print "<p>YOWZA!</p>";wp_enqueue_script( 'jquery-form ' ); }61 if ($plugins['jQuery Form']) { wp_enqueue_script( 'jquery-form ' ); } 62 62 if ($plugins['jQuery Color']) wp_enqueue_script( 'jquery-color ' ); 63 63 if ($plugins['jQuery Masonry']) wp_enqueue_script( 'jquery-masonry' ); -
jam/trunk/readme.txt
r732880 r772501 6 6 Requires at least: 3.0.1 7 7 Tested up to: 3.4 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.