mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Syntax fixes for deprecating WP_Http::parse_url().
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35375 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -686,10 +686,11 @@ class WP_Http {
|
||||
}
|
||||
|
||||
/**
|
||||
* A wrapper for PHP's parse_url() function that handles edgecases in < PHP 5.4.7
|
||||
* Used as a wrapper for PHP's parse_url() function that handles edgecases in < PHP 5.4.7.
|
||||
*
|
||||
* @access protected
|
||||
* @deprecated 4.4.0 See wp_parse_url()
|
||||
* @deprecated 4.4.0 Use wp_parse_url()
|
||||
* @see wp_parse_url()
|
||||
*
|
||||
* @param string $url The URL to parse.
|
||||
* @return bool|array False on failure; Array of URL components on success;
|
||||
|
||||
Reference in New Issue
Block a user