Changeset 7945
- Timestamp:
- 12/06/2018 02:29:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/wp-50.php
r7944 r7945 532 532 function external_libraries() { 533 533 return array( 534 array( 'Babel Polyfill', 'https://babeljs.io/docs/en/babel-polyfill' ), 534 535 array( 'Backbone.js', 'http://backbonejs.org/' ), 535 536 array( 'Class POP3', 'https://squirrelmail.org/' ), 537 array( 'Closest', 'https://github.com/jonathantneal/closest' ), 536 538 array( 'CodeMirror', 'https://codemirror.net/' ), 537 539 array( 'Color Animations', 'https://plugins.jquery.com/color/' ), 538 540 array( 'getID3()', 'http://getid3.sourceforge.net/' ), 541 array( 'FormData', 'https://github.com/jimmywarting/FormData' ), 539 542 array( 'Horde Text Diff', 'https://pear.horde.org/' ), 540 543 array( 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ), … … 549 552 array( 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ), 550 553 array( 'json2', 'https://github.com/douglascrockford/JSON-js' ), 554 array( 'Lodash', 'https://lodash.com/' ), 551 555 array( 'Masonry', 'http://masonry.desandro.com/' ), 552 556 array( 'MediaElement.js', 'http://mediaelementjs.com/' ), 557 array( 'Moment', 'http://momentjs.com/' ), 553 558 array( 'PclZip', 'http://www.phpconcept.net/pclzip/' ), 554 559 array( 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ), … … 557 562 array( 'Plupload', 'http://www.plupload.com/' ), 558 563 array( 'random_compat', 'https://github.com/paragonie/random_compat' ), 564 array( 'React', 'https://reactjs.org/' ), 565 array( 'ReactDom', 'https://reactjs.org/' ), 559 566 array( 'Requests', 'http://requests.ryanmccue.info/' ), 560 567 array( 'SimplePie', 'http://simplepie.org/' ), … … 564 571 array( 'Twemoji', 'https://github.com/twitter/twemoji' ), 565 572 array( 'Underscore.js', 'http://underscorejs.org/' ), 573 array( 'whatwg-fetch', 'https://github.com/github/fetch' ), 566 574 array( 'zxcvbn', 'https://github.com/dropbox/zxcvbn' ), 567 575 );
Note: See TracChangeset
for help on using the changeset viewer.