mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.
See #27200. git-svn-id: https://develop.svn.wordpress.org/trunk@27262 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -766,9 +766,6 @@ class WP_Http {
|
||||
/**
|
||||
* HTTP request method uses PHP Streams to retrieve the url.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage HTTP
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
|
||||
*/
|
||||
@@ -1157,9 +1154,6 @@ class WP_Http_Streams {
|
||||
*
|
||||
* @see WP_HTTP::request
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage HTTP
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @deprecated 3.7.0 Please use WP_HTTP::request() directly
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user