Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16132, comment 8


Ignore:
Timestamp:
01/15/2011 06:42:25 AM (13 years ago)
Author:
solarissmoke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16132, comment 8

    initial v1  
    11Hmm, I think this needs more work. Now, when themes_api fails we get "An Unexpected HTTP Error occurred during the API request." but not the error from `wp_remote_post()` which actually has the more meaningful information about what went wrong.
    22
    3 I think we need to be using `WP_Error::get_error_messages()` to catch and display all bubbled errors. Knocking up a patch now.
     3Knocking up a patch now.