Make WordPress Core

Changeset 35375


Ignore:
Timestamp:
10/23/2015 03:42:51 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Syntax fixes for deprecating WP_Http::parse_url().

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-http.php

    r35369 r35375  
    687687
    688688    /**
    689      * A wrapper for PHP's parse_url() function that handles edgecases in < PHP 5.4.7
     689     * Used as a wrapper for PHP's parse_url() function that handles edgecases in < PHP 5.4.7.
    690690     *
    691691     * @access protected
    692      * @deprecated 4.4.0 See wp_parse_url()
     692     * @deprecated 4.4.0 Use wp_parse_url()
     693     * @see wp_parse_url()
    693694     *
    694695     * @param string $url The URL to parse.
Note: See TracChangeset for help on using the changeset viewer.