Plugin Directory

Changeset 618445

Timestamp:
10/29/2012 12:56:39 AM (12 years ago)
Author:
jblz
Message:

Jetpack Notifications: Use the proper CDN domain for enqueued resources ( 's#.wp.com' vs. 's#.wordpress.com' )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/branches/1.9/modules/notes.php

    r618443 r618445  
    6666        $i = hexdec( substr( md5( $file ), -1 ) ) % 2;
    6767        $http = is_ssl() ? 'https' : 'http';
    68         $url = $http . '://s' . $i . '.wordpress.com' . $file;
     68        $url = $http . '://s' . $i . '.w.com' . $file;
    6969        return $url;
    7070    }
Note: See TracChangeset for help on using the changeset viewer.