diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index 42553e5868..d1752fb949 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -811,6 +811,7 @@ class WP_Http { * are supported, eg *.wordpress.org will allow for all subdomains of wordpress.org to be contacted. * * @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/14636 Allow wildcard domains in WP_ACCESSIBLE_HOSTS * @@ -962,7 +963,7 @@ class WP_Http { * Handles HTTP Redirects and follows them if appropriate. * * @since 3.7.0 - * + * @access public * @static * * @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 * * @since 3.7.0 + * @access public * @static * * @param string $maybe_ip A suspected IP address diff --git a/wp-includes/version.php b/wp-includes/version.php index 4ff683d2f5..c61207589c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.