Plugin Directory

Changeset 715027


Ignore:
Timestamp:
05/18/2013 06:05:03 PM (13 years ago)
Author:
jczorkmid
Message:

fixing check for correct SSL port (props @renaissancedesign)

Location:
use-google-libraries/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • use-google-libraries/trunk/README.txt

    r557558 r715027  
    44Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API, YSlow, Page Speed
    55Requires at least: 2.9.1
    6 Tested up to: 3.4
    7 Stable tag: 1.5
     6Tested up to: 3.5.1
     7Stable tag: 1.5.1
    88
    99Allows your site to use common javascript libraries from Google's AJAX
  • use-google-libraries/trunk/use-google-libraries.php

    r557558 r715027  
    44  Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/
    55  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
    77  Author: Jason Penney
    88  Author URI: http://jasonpenney.net/
    99*/
    1010
    11 /*  Copyright 2008  Jason Penney (email : [email protected] )
     11/*  Copyright 2008-2013  Jason Penney (email : [email protected] )
    1212
    1313    This program is free software; you can redistribute it and/or modify
     
    150150                    ( ( getenv( 'HTTPS' ) != '' and getenv( 'HTTPS' ) != 'off' )
    151151                        or
    152                         ( getenv( 'SERVER_PORT' ) == '433' ) ) )
     152                        ( getenv( 'SERVER_PORT' ) == '443' ) ) )
    153153                or
    154154                ( isset( $_SERVER ) and
Note: See TracChangeset for help on using the changeset viewer.