mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix a typo in the DocBlock for WP_Http_Curl::$bytes_written_total introduced in [29968].
Props kpdesign. See #26726. git-svn-id: https://develop.svn.wordpress.org/trunk@30767 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1333,7 +1333,7 @@ class WP_Http_Curl {
|
||||
* The total bytes written in the current request.
|
||||
*
|
||||
* @since 4.1.0
|
||||
* @access prviate
|
||||
* @access private
|
||||
* @var int
|
||||
*/
|
||||
private $bytes_written_total = 0;
|
||||
|
||||
Reference in New Issue
Block a user