Making WordPress.org


Ignore:
Timestamp:
09/01/2016 07:22:41 PM (10 years ago)
Author:
coffee2code
Message:

Credits API: Prefer HTTPS for URLs of external libraries, where supported.

Props GaryJ, SergeyBiryukov.
Fixes #1911.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/credits/wp-46.php

    r3826 r3917  
    361361                return array(
    362362                        array( 'Backbone.js', 'http://backbonejs.org/' ),
    363                         array( 'Class POP3', 'http://squirrelmail.org/' ),
    364                         array( 'Color Animations', 'http://plugins.jquery.com/color/' ),
     363                        array( 'Class POP3', 'https://squirrelmail.org/' ),
     364                        array( 'Color Animations', 'https://plugins.jquery.com/color/' ),
    365365                        array( 'getID3()', 'http://getid3.sourceforge.net/' ),
    366                         array( 'Horde Text Diff', 'http://pear.horde.org/' ),
     366                        array( 'Horde Text Diff', 'https://pear.horde.org/' ),
    367367                        array( 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ),
    368368                        array( 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ),
    369369                        array( 'Iris', 'https://github.com/Automattic/Iris' ),
    370                         array( 'jQuery', 'http://jquery.com/' ),
    371                         array( 'jQuery UI', 'http://jqueryui.com/' ),
     370                        array( 'jQuery', 'https://jquery.com/' ),
     371                        array( 'jQuery UI', 'https://jqueryui.com/' ),
    372372                        array( 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ),
    373373                        array( 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ),
    374                         array( 'jQuery.query', 'http://plugins.jquery.com/query-object/' ),
    375                         array( 'jQuery.suggest', 'http://plugins.jquery.com/project/suggest' ),
     374                        array( 'jQuery.query', 'https://plugins.jquery.com/query-object/' ),
     375                        array( 'jQuery.suggest', 'https://github.com/pvulgaris/jquery.suggest' ),
    376376                        array( 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ),
    377377                        array( 'json2', 'https://github.com/douglascrockford/JSON-js' ),
     
    379379                        array( 'MediaElement.js', 'http://mediaelementjs.com/' ),
    380380                        array( 'PclZip', 'http://www.phpconcept.net/pclzip/' ),
    381                         array( 'PemFTP', 'http://www.phpclasses.org/browse/package/1743.html' ),
     381                        array( 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ),
    382382                        array( 'phpass', 'http://www.openwall.com/phpass/' ),
    383383                        array( 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ),
     
    388388                        array( 'The Incutio XML-RPC Library', 'http://scripts.incutio.com/xmlrpc/' ),
    389389                        array( 'Thickbox', 'http://codylindley.com/thickbox/' ),
    390                         array( 'TinyMCE', 'http://www.tinymce.com/' ),
     390                        array( 'TinyMCE', 'https://www.tinymce.com/' ),
    391391                        array( 'Twemoji', 'https://github.com/twitter/twemoji' ),
    392392                        array( 'Underscore.js', 'http://underscorejs.org/' ),
Note: See TracChangeset for help on using the changeset viewer.