diff --git a/wp-includes/http.php b/wp-includes/http.php index 15ae39d7e7..9fa31d5156 100644 --- a/wp-includes/http.php +++ b/wp-includes/http.php @@ -688,6 +688,7 @@ function wp_parse_url( $url, $component = -1 ) { * @internal * * @since 4.7.0 + * @access private * * @link https://secure.php.net/manual/en/function.parse-url.php * @@ -719,6 +720,7 @@ function _get_component_from_parsed_url_array( $url_parts, $component = -1 ) { * @internal * * @since 4.7.0 + * @access private * * @link https://secure.php.net/manual/en/url.constants.php * diff --git a/wp-includes/version.php b/wp-includes/version.php index 56daacd250..1ac18a27cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41572'; +$wp_version = '4.9-alpha-41573'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.