Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (3 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r47122 r48586  
    3333     * Constructor.
    3434     *
    35      * @param string $url URL to request.
    36      * @param array $request Request data in WP_Http format.
     35     * @param string $url     URL to request.
     36     * @param array  $request Request data in WP_Http format.
    3737     */
    3838    public function __construct( $url, $request ) {
     
    4444     * Dispatch a Requests hook to a native WordPress action.
    4545     *
    46      * @param string $hook Hook name.
    47      * @param array $parameters Parameters to pass to callbacks.
     46     * @param string $hook       Hook name.
     47     * @param array  $parameters Parameters to pass to callbacks.
    4848     * @return boolean True if hooks were run, false if nothing was hooked.
    4949     */
Note: See TracChangeset for help on using the changeset viewer.