mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Correct method reference format in some DocBlocks.
This ensures that the methods are recognized by the WordPress Code Reference parser. Follow-up to [7994], [25567], [27156], [28887], [49672], [52226]. Props dd32, audrasjb. Fixes #55928. git-svn-id: https://develop.svn.wordpress.org/trunk@53469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -17,7 +17,7 @@ class WP_Http_Streams {
|
||||
/**
|
||||
* Send a HTTP request to a URI using PHP Streams.
|
||||
*
|
||||
* @see WP_Http::request For default options descriptions.
|
||||
* @see WP_Http::request() For default options descriptions.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
|
||||
|
||||
Reference in New Issue
Block a user