You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leaving a note here that when we resolve this in a PR that we'll want to be precise in the changelog entry about this change in case someone's already relying on the "wrong" names?
Is your enhancement related to a problem? Please describe.
In few places, the return value of
wp_remote_get
is assigned to a variable called$request
instead of$response
.For example:
https://github.com/globeandmail/sophi-for-wordpress/blob/23a26be24eec064a68e5fa5b526726372d41a3fd/includes/classes/SiteAutomation/Request.php#L213
This can be confusing and can be improved.
Code of Conduct
The text was updated successfully, but these errors were encountered: