Changeset 47088 for trunk/src/wp-includes/http.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/http.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r47060 r47088 661 661 * @since 4.7.0 The `$component` parameter was added for parity with PHP's `parse_url()`. 662 662 * 663 * @link https:// secure.php.net/manual/en/function.parse-url.php663 * @link https://www.php.net/manual/en/function.parse-url.php 664 664 * 665 665 * @param string $url The URL to parse. … … 708 708 * @access private 709 709 * 710 * @link https:// secure.php.net/manual/en/function.parse-url.php710 * @link https://www.php.net/manual/en/function.parse-url.php 711 711 * 712 712 * @param array|false $url_parts The parsed URL. Can be false if the URL failed to parse. … … 740 740 * @access private 741 741 * 742 * @link https:// secure.php.net/manual/en/url.constants.php742 * @link https://www.php.net/manual/en/url.constants.php 743 743 * 744 744 * @param int $constant PHP_URL_* constant.
Note: See TracChangeset
for help on using the changeset viewer.