Go to file
Ryan McCue 62dc6e6dfa HTTP API: Pass array-like object to http_api_debug.
This was mistakingly passing the Requests_Response object, which caused fatal errors with debugging tools.

See #33055.


git-svn-id: https://develop.svn.wordpress.org/trunk@37436 602fd350-edb4-49c9-b593-d223f7449a82
2016-05-16 06:11:58 +00:00
src HTTP API: Pass array-like object to http_api_debug. 2016-05-16 06:11:58 +00:00
tests HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
tools/i18n i18n tools: In `StringExtractor` don't strip slashes from URLs. 2016-02-29 20:44:31 +00:00
.editorconfig
.gitignore
.jshintrc
.travis.yml Travis CI: Include `npm prune` in the `before_script` command. 2016-05-01 20:03:59 +00:00
Gruntfile.js Build/Test Tools: Run image tasks only if there are changes 2016-04-15 10:18:03 +00:00
package.json Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 2016-04-15 16:09:07 +00:00
phpunit.xml.dist Tests: Exclude `ms-files` test group from default PHPUnit config 2016-04-20 17:10:21 +00:00
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php