Make WordPress Core

Changeset 24895


Ignore:
Timestamp:
07/30/2013 06:39:57 PM (11 years ago)
Author:
nacin
Message:

Add missing documentation from [24894]. see #24646.

File:
1 edited

Legend:

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

    r24894 r24895  
    5353 * Retrieve the raw response from a safe HTTP request using the GET method.
    5454 *
     55 * This function is ideal when the HTTP request is being made to an arbitrary
     56 * URL. The URL is validated to avoid redirection and request forgery attacks.
     57 *
    5558 * @see wp_remote_request() For more information on the response array format
    5659 *  and default arguments.
     
    7073/**
    7174 * Retrieve the raw response from a safe HTTP request using the POST method.
     75 *
     76 * This function is ideal when the HTTP request is being made to an arbitrary
     77 * URL. The URL is validated to avoid redirection and request forgery attacks.
    7278 *
    7379 * @see wp_remote_request() For more information on the response array format
Note: See TracChangeset for help on using the changeset viewer.