Make WordPress Core

Changeset 29985


Ignore:
Timestamp:
10/21/2014 09:12:30 PM (10 years ago)
Author:
johnbillion
Message:

Update the docs for wp_remote_retrieve_response_code(). See #28887.

File:
1 edited

Legend:

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

    r29789 r29985  
    247247 *
    248248 * @param array $response HTTP response.
    249  * @return string the response code. Empty string on incorrect parameter given.
     249 * @return int|string The response code as an integer. Empty string on incorrect parameter given.
    250250 */
    251251function wp_remote_retrieve_response_code( $response ) {
Note: See TracChangeset for help on using the changeset viewer.