Make WordPress Core

Changeset 24890


Ignore:
Timestamp:
07/30/2013 06:47:03 AM (13 years ago)
Author:
dd32
Message:

WP_HTTP: PHPDoc updates for WP_Http::handle_redirects(). Props DrewAPicture. Fixes #16889

File:
1 edited

Legend:

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

    r24846 r24890  
    598598         * Handles HTTP Redirects and follows them if appropriate.
    599599         *
    600          * @since 3.7
    601          *
    602          * @param $url The URL which was requested
    603          * @param $args The Arguements which were used to make the request
    604          * @param $response The Response of the HTTP request
    605          * @return false|object False if no redirect is present, a WP_HTTP or WP_Error result otherwise
     600         * @since 3.7.0
     601         *
     602         * @param string $url The URL which was requested.
     603         * @param array $args The Arguements which were used to make the request.
     604         * @param array $response The Response of the HTTP request.
     605         * @return false|object False if no redirect is present, a WP_HTTP or WP_Error result otherwise.
    606606         */
    607607        static function handle_redirects( $url, $args, $response ) {
Note: See TracChangeset for help on using the changeset viewer.