Make WordPress Core


Ignore:
Timestamp:
09/03/2011 04:02:41 PM (14 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-includes/[a-h]). See #18560.

File:
1 edited

Legend:

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

    r17915 r18633  
    131131 * @param array $response
    132132 * @param string $header Header name to retrieve value from.
    133  * @return string The header value. Empty string on if incorrect parameter given, or if the header doesnt exist.
     133 * @return string The header value. Empty string on if incorrect parameter given, or if the header doesn't exist.
    134134 */
    135135function wp_remote_retrieve_header(&$response, $header) {
Note: See TracChangeset for help on using the changeset viewer.