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

    r13222 r14906  
    936936        public function external_libraries() {
    937937                return [
    938                         [ 'Babel Polyfill', 'https://babeljs.io/docs/en/babel-polyfill' ],
     938                        [ 'Babel Polyfill', 'https://babeljs.io/docs/babel-polyfill' ],
    939939                        [ 'Backbone.js', 'http://backbonejs.org/' ],
    940940                        [ 'Class POP3', 'https://squirrelmail.org/' ],
     
    943943                        [ 'CodeMirror', 'https://codemirror.net/' ],
    944944                        [ 'Color Animations', 'https://plugins.jquery.com/color/' ],
    945                         [ 'getID3()', 'http://getid3.sourceforge.net/' ],
     945                        [ 'getID3()', 'https://www.getid3.org/' ],
    946946                        [ 'FormData', 'https://github.com/jimmywarting/FormData' ],
    947947                        [ 'Horde Text Diff', 'https://pear.horde.org/' ],
    948                         [ 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ],
    949                         [ 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ],
     948                        [ 'hoverIntent', 'https://github.com/briancherne/jquery-hoverIntent' ],
     949                        [ 'imgAreaSelect', 'https://github.com/odyniec/imgareaselect' ],
    950950                        [ 'Iris', 'https://github.com/Automattic/Iris' ],
    951951                        [ 'jQuery', 'https://jquery.com/' ],
    952952                        [ 'jQuery UI', 'https://jqueryui.com/' ],
    953                         [ 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ],
    954                         [ 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ],
     953                        [ 'jQuery Hotkeys', 'https://github.com/mathusiast/jquery.hotkeys' ],
     954                        [ 'jQuery serializeObject', 'https://benalman.com/projects/jquery-misc-plugins/' ],
    955955                        [ 'jQuery.query', 'https://plugins.jquery.com/query-object/' ],
    956956                        [ 'jQuery.suggest', 'https://github.com/pvulgaris/jquery.suggest' ],
    957                         [ 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ],
     957                        [ 'jQuery UI Touch Punch', 'https://github.com/furf/jquery-ui-touch-punch' ],
    958958                        [ 'json2', 'https://github.com/douglascrockford/JSON-js' ],
    959959                        [ 'Lodash', 'https://lodash.com/' ],
    960                         [ 'Masonry', 'http://masonry.desandro.com/' ],
    961                         [ 'MediaElement.js', 'http://mediaelementjs.com/' ],
     960                        [ 'Masonry', 'https://masonry.desandro.com/' ],
     961                        [ 'MediaElement.js', 'https://www.mediaelementjs.com/' ],
    962962                        [ 'Moment', 'http://momentjs.com/' ],
    963                         [ 'PclZip', 'http://www.phpconcept.net/pclzip/' ],
     963                        [ 'PclZip', 'https://www.phpconcept.net/pclzip/' ],
    964964                        [ 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ],
    965                         [ 'phpass', 'http://www.openwall.com/phpass/' ],
     965                        [ 'phpass', 'https://www.openwall.com/phpass/' ],
    966966                        [ 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ],
    967967                        [ 'Plupload', 'http://www.plupload.com/' ],
    968968                        [ 'random_compat', 'https://github.com/paragonie/random_compat' ],
    969                         [ 'React', 'https://reactjs.org/' ],
     969                        [ 'React', 'https://react.dev/' ],
    970970                        [ 'Redux', 'https://redux.js.org/' ],
    971                         [ 'Requests', 'http://requests.ryanmccue.info/' ],
     971                        [ 'Requests', 'https://requests.ryanmccue.info/' ],
    972972                        [ 'SimplePie', 'http://simplepie.org/' ],
    973973                        [ 'The Incutio XML-RPC Library', 'https://code.google.com/archive/p/php-ixr/' ],
    974                         [ 'Thickbox', 'http://codylindley.com/thickbox/' ],
    975                         [ 'TinyMCE', 'https://www.tinymce.com/' ],
     974                        [ 'Thickbox', 'https://codylindley.com/thickbox/' ],
     975                        [ 'TinyMCE', 'https://www.tiny.cloud/' ],
    976976                        [ 'Twemoji', 'https://github.com/twitter/twemoji' ],
    977977                        [ 'Underscore.js', 'http://underscorejs.org/' ],
    978                         [ 'whatwg-fetch', 'https://github.com/github/fetch' ],
     978                        [ 'whatwg-fetch', 'https://github.com/JakeChampion/fetch' ],
    979979                        [ 'zxcvbn', 'https://github.com/dropbox/zxcvbn' ],
    980980                ];
Note: See TracChangeset for help on using the changeset viewer.