mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Descriptive improvements and corrections for various docblocks.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -221,7 +221,7 @@ class Tests_HTTP_Functions extends WP_UnitTestCase {
|
||||
|
||||
$requests_response->cookies['test'] = Requests_Cookie::parse( 'test=foo; domain=.wordpress.org' );
|
||||
|
||||
$requests_response->cookies['test']->flags['host-only'] = false; // https://github.com/rmccue/Requests/issues/306
|
||||
$requests_response->cookies['test']->flags['host-only'] = false; // https://github.com/WordPress/Requests/issues/306
|
||||
|
||||
$http_response = new WP_HTTP_Requests_Response( $requests_response );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user