Docs: Add @access entries for WP_Http::block_request(), ::handle_redirects(), and ::is_ip_address().

Props ronakganatra.
Fixes #41381.
Built from https://develop.svn.wordpress.org/trunk@41104


git-svn-id: http://core.svn.wordpress.org/trunk@40944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-20 13:14:44 +00:00
parent 47bf429c0b
commit 2026da9512
2 changed files with 4 additions and 2 deletions

View File

@ -811,6 +811,7 @@ class WP_Http {
* are supported, eg *.wordpress.org will allow for all subdomains of wordpress.org to be contacted. * are supported, eg *.wordpress.org will allow for all subdomains of wordpress.org to be contacted.
* *
* @since 2.8.0 * @since 2.8.0
* @access public
* @link https://core.trac.wordpress.org/ticket/8927 Allow preventing external requests. * @link https://core.trac.wordpress.org/ticket/8927 Allow preventing external requests.
* @link https://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_ACCESSIBLE_HOSTS * @link https://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_ACCESSIBLE_HOSTS
* *
@ -962,7 +963,7 @@ class WP_Http {
* Handles HTTP Redirects and follows them if appropriate. * Handles HTTP Redirects and follows them if appropriate.
* *
* @since 3.7.0 * @since 3.7.0
* * @access public
* @static * @static
* *
* @param string $url The URL which was requested. * @param string $url The URL which was requested.
@ -1019,6 +1020,7 @@ class WP_Http {
* @link http://home.deds.nl/~aeron/regex/ for IPv6 regex * @link http://home.deds.nl/~aeron/regex/ for IPv6 regex
* *
* @since 3.7.0 * @since 3.7.0
* @access public
* @static * @static
* *
* @param string $maybe_ip A suspected IP address * @param string $maybe_ip A suspected IP address

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9-alpha-41103'; $wp_version = '4.9-alpha-41104';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.