Docs: Correct @type annotation for WP_Http_Curl properties.

Props diddledan.
Fixes #46860.
Built from https://develop.svn.wordpress.org/trunk@45749


git-svn-id: http://core.svn.wordpress.org/trunk@45560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-08-05 08:12:56 +00:00
parent bbf84bccf7
commit bec2aa0ef7
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45748';
$wp_version = '5.3-alpha-45749';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.