Make WordPress Core


Ignore:
Timestamp:
04/27/2023 11:13:36 PM (19 months ago)
Author:
johnbillion
Message:

Docs: All sorts of improvements and corrections to function and hook docs.

See #57840

File:
1 edited

Legend:

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

    r55693 r55694  
    4040 * @param string $url  URL to retrieve.
    4141 * @param array  $args Optional. Request arguments. Default empty array.
     42 *                     See WP_Http::request() for information on accepted arguments.
    4243 * @return array|WP_Error The response or WP_Error on failure.
    4344 */
     
    6162 * @param string $url  URL to retrieve.
    6263 * @param array  $args Optional. Request arguments. Default empty array.
     64 *                     See WP_Http::request() for information on accepted arguments.
    6365 * @return array|WP_Error The response or WP_Error on failure.
    6466 */
     
    8284 * @param string $url  URL to retrieve.
    8385 * @param array  $args Optional. Request arguments. Default empty array.
     86 *                     See WP_Http::request() for information on accepted arguments.
    8487 * @return array|WP_Error The response or WP_Error on failure.
    8588 */
     
    103106 * @param string $url  URL to retrieve.
    104107 * @param array  $args Optional. Request arguments. Default empty array.
     108 *                     See WP_Http::request() for information on accepted arguments.
    105109 * @return array|WP_Error The response or WP_Error on failure.
    106110 */
     
    126130 * @param string $url  URL to retrieve.
    127131 * @param array  $args Optional. Request arguments. Default empty array.
     132 *                     See WP_Http::request() for information on accepted arguments.
    128133 * @return array|WP_Error {
    129134 *     The response array or a WP_Error on failure.
     
    156161 * @param string $url  URL to retrieve.
    157162 * @param array  $args Optional. Request arguments. Default empty array.
     163 *                     See WP_Http::request() for information on accepted arguments.
    158164 * @return array|WP_Error The response or WP_Error on failure.
    159165 */
     
    173179 * @param string $url  URL to retrieve.
    174180 * @param array  $args Optional. Request arguments. Default empty array.
     181 *                     See WP_Http::request() for information on accepted arguments.
    175182 * @return array|WP_Error The response or WP_Error on failure.
    176183 */
     
    190197 * @param string $url  URL to retrieve.
    191198 * @param array  $args Optional. Request arguments. Default empty array.
     199 *                     See WP_Http::request() for information on accepted arguments.
    192200 * @return array|WP_Error The response or WP_Error on failure.
    193201 */
Note: See TracChangeset for help on using the changeset viewer.