mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
Docs: Fix copy/paste error in wp_remote_retrieve_cookies()
description.
Props mark8barnes. Fixes #35157. Built from https://develop.svn.wordpress.org/trunk@36002 git-svn-id: http://core.svn.wordpress.org/trunk@35967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff36a54824
commit
3f35196e48
@ -288,7 +288,7 @@ function wp_remote_retrieve_body( $response ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieve only the body from the raw response.
|
||||
* Retrieve only the cookies from the raw response.
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36001';
|
||||
$wp_version = '4.5-alpha-36002';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user