Changes between Initial Version and Version 1 of Ticket #36356
- Timestamp:
- 03/28/2016 04:06:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36356 – Description
initial v1 1 1 The function description for `wp_parse_url()` states that the function is: 2 2 3 `A wrapper for PHP's parse_url() function that handles edgecases in < PHP 5.4.7` 3 > A wrapper for PHP's parse_url() function that handles edgecases in < PHP 5.4.7 4 4 5 5 PHP's `parse_url()` function accepts an optional second parameter for specifying which URL part should be returned. This parameter is not supported in `wp_parse_url()`, therefore either `wp_parse_url()` should be modified so this parameter is accepted, or its documentation should be corrected.