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-49.php

    r13222 r14906  
    662662                        array( 'CodeMirror', 'https://codemirror.net/' ),
    663663                        array( 'Color Animations', 'https://plugins.jquery.com/color/' ),
    664                         array( 'getID3()', 'http://getid3.sourceforge.net/' ),
     664                        array( 'getID3()', 'https://www.getid3.org/' ),
    665665                        array( 'Horde Text Diff', 'https://pear.horde.org/' ),
    666                         array( 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ),
    667                         array( 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ),
     666                        array( 'hoverIntent', 'https://github.com/briancherne/jquery-hoverIntent' ),
     667                        array( 'imgAreaSelect', 'https://github.com/odyniec/imgareaselect' ),
    668668                        array( 'Iris', 'https://github.com/Automattic/Iris' ),
    669669                        array( 'jQuery', 'https://jquery.com/' ),
    670670                        array( 'jQuery UI', 'https://jqueryui.com/' ),
    671                         array( 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ),
    672                         array( 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ),
     671                        array( 'jQuery Hotkeys', 'https://github.com/mathusiast/jquery.hotkeys' ),
     672                        array( 'jQuery serializeObject', 'https://benalman.com/projects/jquery-misc-plugins/' ),
    673673                        array( 'jQuery.query', 'https://plugins.jquery.com/query-object/' ),
    674674                        array( 'jQuery.suggest', 'https://github.com/pvulgaris/jquery.suggest' ),
    675                         array( 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ),
     675                        array( 'jQuery UI Touch Punch', 'https://github.com/furf/jquery-ui-touch-punch' ),
    676676                        array( 'json2', 'https://github.com/douglascrockford/JSON-js' ),
    677                         array( 'Masonry', 'http://masonry.desandro.com/' ),
    678                         array( 'MediaElement.js', 'http://mediaelementjs.com/' ),
    679                         array( 'PclZip', 'http://www.phpconcept.net/pclzip/' ),
     677                        array( 'Masonry', 'https://masonry.desandro.com/' ),
     678                        array( 'MediaElement.js', 'https://www.mediaelementjs.com/' ),
     679                        array( 'PclZip', 'https://www.phpconcept.net/pclzip/' ),
    680680                        array( 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ),
    681                         array( 'phpass', 'http://www.openwall.com/phpass/' ),
     681                        array( 'phpass', 'https://www.openwall.com/phpass/' ),
    682682                        array( 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ),
    683683                        array( 'Plupload', 'http://www.plupload.com/' ),
    684684                        array( 'random_compat', 'https://github.com/paragonie/random_compat' ),
    685                         array( 'Requests', 'http://requests.ryanmccue.info/' ),
     685                        array( 'Requests', 'https://requests.ryanmccue.info/' ),
    686686                        array( 'SimplePie', 'http://simplepie.org/' ),
    687687                        array( 'The Incutio XML-RPC Library', 'https://code.google.com/archive/p/php-ixr/' ),
    688                         array( 'Thickbox', 'http://codylindley.com/thickbox/' ),
    689                         array( 'TinyMCE', 'https://www.tinymce.com/' ),
     688                        array( 'Thickbox', 'https://codylindley.com/thickbox/' ),
     689                        array( 'TinyMCE', 'https://www.tiny.cloud/' ),
    690690                        array( 'Twemoji', 'https://github.com/twitter/twemoji' ),
    691691                        array( 'Underscore.js', 'http://underscorejs.org/' ),
Note: See TracChangeset for help on using the changeset viewer.