Changeset 715027
- Timestamp:
- 05/18/2013 06:05:03 PM (13 years ago)
- Location:
- use-google-libraries/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
use-google-libraries.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
use-google-libraries/trunk/README.txt
r557558 r715027 4 4 Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API, YSlow, Page Speed 5 5 Requires at least: 2.9.1 6 Tested up to: 3. 47 Stable tag: 1.5 6 Tested up to: 3.5.1 7 Stable tag: 1.5.1 8 8 9 9 Allows your site to use common javascript libraries from Google's AJAX -
use-google-libraries/trunk/use-google-libraries.php
r557558 r715027 4 4 Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/ 5 5 Description: Allows your site to use common javascript libraries from Google's AJAX Libraries CDN, rather than from WordPress's own copies. 6 Version: 1.5 6 Version: 1.5.1 7 7 Author: Jason Penney 8 8 Author URI: http://jasonpenney.net/ 9 9 */ 10 10 11 /* Copyright 2008 Jason Penney (email : [email protected] )11 /* Copyright 2008-2013 Jason Penney (email : [email protected] ) 12 12 13 13 This program is free software; you can redistribute it and/or modify … … 150 150 ( ( getenv( 'HTTPS' ) != '' and getenv( 'HTTPS' ) != 'off' ) 151 151 or 152 ( getenv( 'SERVER_PORT' ) == '4 33' ) ) )152 ( getenv( 'SERVER_PORT' ) == '443' ) ) ) 153 153 or 154 154 ( isset( $_SERVER ) and
Note: See TracChangeset
for help on using the changeset viewer.