Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (4 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/canonical.php

    r48185 r48586  
    3636 *
    3737 * @param string $requested_url Optional. The URL that was requested, used to
    38  *      figure if redirect is needed.
    39  * @param bool $do_redirect Optional. Redirect to the new URL.
     38 *                              figure if redirect is needed.
     39 * @param bool   $do_redirect  Optional. Redirect to the new URL.
    4040 * @return string|void The string of the URL, if redirect needed.
    4141 */
     
    783783 *
    784784 * @param string $query_string
    785  * @param array $args_to_check
     785 * @param array  $args_to_check
    786786 * @param string $url
    787787 * @return string The altered query string
Note: See TracChangeset for help on using the changeset viewer.