Changeset 1210383
- Timestamp:
- 07/31/2015 02:17:22 PM (11 years ago)
- Location:
- wp-jquery-plus/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-jquery-plus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-jquery-plus/trunk/readme.txt
r1210369 r1210383 4 4 Requires at least: 3.5 5 5 Tested up to: 4.2.3 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv2 8 8 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EEMPDX7SN4RFW … … 20 20 `define('WPJP_USE_CDNJS', true);` 21 21 22 **PHP 5.4 is required**23 24 22 == Installation == 25 23 … … 34 32 35 33 == Changelog == 34 35 = 1.1.2 = 36 * Restore PHP 5.3 compatability because I'm a nice guy ;) 36 37 37 38 = 1.1.1 = -
wp-jquery-plus/trunk/wp-jquery-plus.php
r1210369 r1210383 6 6 Author: Zach Schnackel 7 7 Author URI: http://zslabs.com 8 Version: 1.1. 18 Version: 1.1.2 9 9 */ 10 10 … … 42 42 wp_register_script('jquery-core', $jquery_cdn_url, '', null, false ); 43 43 // Register jQuery Migrate with CDN URL 44 wp_register_script('jquery-migrate', $jquery_migrate_cdn_url, ['jquery-core'], null, false );44 wp_register_script('jquery-migrate', $jquery_migrate_cdn_url, array('jquery-core'), null, false ); 45 45 46 46 endif;
Note: See TracChangeset
for help on using the changeset viewer.