Making WordPress.org


Ignore:
Timestamp:
05/21/2026 03:10:21 AM (4 months ago)
Author:
dd32
Message:

API: Remove redirects from credits APIs.

Props peterwilsoncc, dd32.
Closes https://github.com/WordPress/wordpress.org/pull/643.
See #8252.

File:
1 edited

Legend:

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

    r13222 r14906  
    573573                return array(
    574574                        array( 'Backbone.js', 'http://backbonejs.org/' ),
    575                         array( 'Class POP3', 'http://squirrelmail.org/' ),
     575                        array( 'Class POP3', 'https://squirrelmail.org/' ),
    576576                        array( 'Color Animations', 'http://plugins.jquery.com/color/' ),
    577577                        array( 'Horde Text Diff', 'http://pear.horde.org/' ),
    578578                        array( 'hoverIntent', 'http://plugins.jquery.com/project/hoverIntent' ),
    579                         array( 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ),
     579                        array( 'imgAreaSelect', 'https://github.com/odyniec/imgareaselect' ),
    580580                        array( 'Iris', 'https://github.com/Automattic/Iris' ),
    581                         array( 'jQuery', 'http://jquery.com/' ),
    582                         array( 'jQuery UI', 'http://jqueryui.com/' ),
    583                         array( 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ),
    584                         array( 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ),
     581                        array( 'jQuery', 'https://jquery.com/' ),
     582                        array( 'jQuery UI', 'https://jqueryui.com/' ),
     583                        array( 'jQuery Hotkeys', 'https://github.com/mathusiast/jquery.hotkeys' ),
     584                        array( 'jQuery serializeObject', 'https://benalman.com/projects/jquery-misc-plugins/' ),
    585585                        array( 'jQuery.query', 'http://plugins.jquery.com/query-object/' ),
    586586                        array( 'jQuery.suggest', 'http://plugins.jquery.com/project/suggest' ),
    587                         array( 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ),
     587                        array( 'jQuery UI Touch Punch', 'https://github.com/furf/jquery-ui-touch-punch' ),
    588588                        array( 'json2', 'https://github.com/douglascrockford/JSON-js' ),
    589                         array( 'Masonry', 'http://masonry.desandro.com/' ),
    590                         array( 'MediaElement.js', 'http://mediaelementjs.com/' ),
    591                         array( 'PclZip', 'http://www.phpconcept.net/pclzip/' ),
     589                        array( 'Masonry', 'https://masonry.desandro.com/' ),
     590                        array( 'MediaElement.js', 'https://www.mediaelementjs.com/' ),
     591                        array( 'PclZip', 'https://www.phpconcept.net/pclzip/' ),
    592592                        array( 'PemFTP', 'http://www.phpclasses.org/browse/package/1743.html' ),
    593                         array( 'phpass', 'http://www.openwall.com/phpass/' ),
    594                         array( 'PHPMailer', 'http://code.google.com/a/apache-extras.org/p/phpmailer/' ),
     593                        array( 'phpass', 'https://www.openwall.com/phpass/' ),
     594                        array( 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ),
    595595                        array( 'Plupload', 'http://www.plupload.com/' ),
    596596                        array( 'SimplePie', 'http://simplepie.org/' ),
    597597                        array( 'The Incutio XML-RPC Library', 'https://code.google.com/archive/p/php-ixr/' ),
    598                         array( 'Thickbox', 'http://codylindley.com/thickbox/' ),
    599                         array( 'TinyMCE', 'http://www.tinymce.com/' ),
     598                        array( 'Thickbox', 'https://codylindley.com/thickbox/' ),
     599                        array( 'TinyMCE', 'https://www.tiny.cloud/' ),
    600600                        array( 'Twemoji', 'https://github.com/twitter/twemoji' ),
    601601                        array( 'Underscore.js', 'http://underscorejs.org/' ),
Note: See TracChangeset for help on using the changeset viewer.