Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36356


Ignore:
Timestamp:
03/28/2016 04:06:38 PM (8 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36356 – Description

    initial v1  
    11The function description for `wp_parse_url()` states that the function is:
    22
    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
    44
    55PHP'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.